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