Struct AEROWIZARDPARTS
#[repr(transparent)]pub struct AEROWIZARDPARTS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for AEROWIZARDPARTS
impl Clone for AEROWIZARDPARTS
§fn clone(&self) -> AEROWIZARDPARTS
fn clone(&self) -> AEROWIZARDPARTS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AEROWIZARDPARTS
impl Debug for AEROWIZARDPARTS
§impl Default for AEROWIZARDPARTS
impl Default for AEROWIZARDPARTS
§fn default() -> AEROWIZARDPARTS
fn default() -> AEROWIZARDPARTS
Returns the “default value” for a type. Read more
§impl PartialEq for AEROWIZARDPARTS
impl PartialEq for AEROWIZARDPARTS
impl Copy for AEROWIZARDPARTS
impl Eq for AEROWIZARDPARTS
impl StructuralPartialEq for AEROWIZARDPARTS
Auto Trait Implementations§
impl Freeze for AEROWIZARDPARTS
impl RefUnwindSafe for AEROWIZARDPARTS
impl Send for AEROWIZARDPARTS
impl Sync for AEROWIZARDPARTS
impl Unpin for AEROWIZARDPARTS
impl UnwindSafe for AEROWIZARDPARTS
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