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