#[repr(C)]pub struct BGSDestructibleObjectForm { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGSDestructibleObjectForm
impl RefUnwindSafe for BGSDestructibleObjectForm
impl Send for BGSDestructibleObjectForm
impl Sync for BGSDestructibleObjectForm
impl Unpin for BGSDestructibleObjectForm
impl UnwindSafe for BGSDestructibleObjectForm
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