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