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