#[repr(C)]pub struct BGSAnimationSequencer;
Auto Trait Implementations§
impl Freeze for BGSAnimationSequencer
impl RefUnwindSafe for BGSAnimationSequencer
impl Send for BGSAnimationSequencer
impl Sync for BGSAnimationSequencer
impl Unpin for BGSAnimationSequencer
impl UnwindSafe for BGSAnimationSequencer
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