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