#[repr(transparent)]pub struct NPEM_CONTROL_STANDARD_CONTROL_BIT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NPEM_CONTROL_STANDARD_CONTROL_BIT
impl Clone for NPEM_CONTROL_STANDARD_CONTROL_BIT
§fn clone(&self) -> NPEM_CONTROL_STANDARD_CONTROL_BIT
fn clone(&self) -> NPEM_CONTROL_STANDARD_CONTROL_BIT
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 NPEM_CONTROL_STANDARD_CONTROL_BIT
impl Debug for NPEM_CONTROL_STANDARD_CONTROL_BIT
§impl Default for NPEM_CONTROL_STANDARD_CONTROL_BIT
impl Default for NPEM_CONTROL_STANDARD_CONTROL_BIT
§fn default() -> NPEM_CONTROL_STANDARD_CONTROL_BIT
fn default() -> NPEM_CONTROL_STANDARD_CONTROL_BIT
Returns the “default value” for a type. Read more
§impl PartialEq for NPEM_CONTROL_STANDARD_CONTROL_BIT
impl PartialEq for NPEM_CONTROL_STANDARD_CONTROL_BIT
§fn eq(&self, other: &NPEM_CONTROL_STANDARD_CONTROL_BIT) -> bool
fn eq(&self, other: &NPEM_CONTROL_STANDARD_CONTROL_BIT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NPEM_CONTROL_STANDARD_CONTROL_BIT
impl Eq for NPEM_CONTROL_STANDARD_CONTROL_BIT
impl StructuralPartialEq for NPEM_CONTROL_STANDARD_CONTROL_BIT
Auto Trait Implementations§
impl Freeze for NPEM_CONTROL_STANDARD_CONTROL_BIT
impl RefUnwindSafe for NPEM_CONTROL_STANDARD_CONTROL_BIT
impl Send for NPEM_CONTROL_STANDARD_CONTROL_BIT
impl Sync for NPEM_CONTROL_STANDARD_CONTROL_BIT
impl Unpin for NPEM_CONTROL_STANDARD_CONTROL_BIT
impl UnwindSafe for NPEM_CONTROL_STANDARD_CONTROL_BIT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)