Struct libbismuth_sys::BisTimedAnimation
source · #[repr(C)]pub struct BisTimedAnimation { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BisTimedAnimation
impl RefUnwindSafe for BisTimedAnimation
impl !Send for BisTimedAnimation
impl !Sync for BisTimedAnimation
impl !Unpin for BisTimedAnimation
impl UnwindSafe for BisTimedAnimation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more