pub struct Magazine(/* private fields */);Expand description
A magazine loaded into a weapon
Implementations§
Trait Implementations§
impl Eq for Magazine
impl StructuralPartialEq for Magazine
Auto Trait Implementations§
impl Freeze for Magazine
impl RefUnwindSafe for Magazine
impl Send for Magazine
impl Sync for Magazine
impl Unpin for Magazine
impl UnwindSafe for Magazine
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