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