Struct INERTIA_PARAMETER
#[repr(transparent)]pub struct INERTIA_PARAMETER(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for INERTIA_PARAMETER
impl Clone for INERTIA_PARAMETER
§fn clone(&self) -> INERTIA_PARAMETER
fn clone(&self) -> INERTIA_PARAMETER
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 INERTIA_PARAMETER
impl Debug for INERTIA_PARAMETER
§impl Default for INERTIA_PARAMETER
impl Default for INERTIA_PARAMETER
§fn default() -> INERTIA_PARAMETER
fn default() -> INERTIA_PARAMETER
Returns the “default value” for a type. Read more
§impl PartialEq for INERTIA_PARAMETER
impl PartialEq for INERTIA_PARAMETER
impl Copy for INERTIA_PARAMETER
impl Eq for INERTIA_PARAMETER
impl StructuralPartialEq for INERTIA_PARAMETER
Auto Trait Implementations§
impl Freeze for INERTIA_PARAMETER
impl RefUnwindSafe for INERTIA_PARAMETER
impl Send for INERTIA_PARAMETER
impl Sync for INERTIA_PARAMETER
impl Unpin for INERTIA_PARAMETER
impl UnwindSafe for INERTIA_PARAMETER
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