Struct COMMPROP_STOP_PARITY
#[repr(transparent)]pub struct COMMPROP_STOP_PARITY(pub u16);
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
§impl BitAnd for COMMPROP_STOP_PARITY
impl BitAnd for COMMPROP_STOP_PARITY
§impl BitAndAssign for COMMPROP_STOP_PARITY
impl BitAndAssign for COMMPROP_STOP_PARITY
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for COMMPROP_STOP_PARITY
impl BitOr for COMMPROP_STOP_PARITY
§impl BitOrAssign for COMMPROP_STOP_PARITY
impl BitOrAssign for COMMPROP_STOP_PARITY
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for COMMPROP_STOP_PARITY
impl Clone for COMMPROP_STOP_PARITY
§fn clone(&self) -> COMMPROP_STOP_PARITY
fn clone(&self) -> COMMPROP_STOP_PARITY
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 COMMPROP_STOP_PARITY
impl Debug for COMMPROP_STOP_PARITY
§impl Default for COMMPROP_STOP_PARITY
impl Default for COMMPROP_STOP_PARITY
§fn default() -> COMMPROP_STOP_PARITY
fn default() -> COMMPROP_STOP_PARITY
Returns the “default value” for a type. Read more
§impl Not for COMMPROP_STOP_PARITY
impl Not for COMMPROP_STOP_PARITY
§impl PartialEq for COMMPROP_STOP_PARITY
impl PartialEq for COMMPROP_STOP_PARITY
impl Copy for COMMPROP_STOP_PARITY
impl Eq for COMMPROP_STOP_PARITY
impl StructuralPartialEq for COMMPROP_STOP_PARITY
Auto Trait Implementations§
impl Freeze for COMMPROP_STOP_PARITY
impl RefUnwindSafe for COMMPROP_STOP_PARITY
impl Send for COMMPROP_STOP_PARITY
impl Sync for COMMPROP_STOP_PARITY
impl Unpin for COMMPROP_STOP_PARITY
impl UnwindSafe for COMMPROP_STOP_PARITY
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