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