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