#[repr(transparent)]pub struct HEAP_FLAGS(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl HEAP_FLAGS
impl HEAP_FLAGS
pub const fn contains(&self, other: HEAP_FLAGS) -> bool
Trait Implementations§
Source§impl BitAnd for HEAP_FLAGS
impl BitAnd for HEAP_FLAGS
Source§type Output = HEAP_FLAGS
type Output = HEAP_FLAGS
The resulting type after applying the
& operator.Source§fn bitand(self, other: HEAP_FLAGS) -> HEAP_FLAGS
fn bitand(self, other: HEAP_FLAGS) -> HEAP_FLAGS
Performs the
& operation. Read moreSource§impl BitAndAssign for HEAP_FLAGS
impl BitAndAssign for HEAP_FLAGS
Source§fn bitand_assign(&mut self, other: HEAP_FLAGS)
fn bitand_assign(&mut self, other: HEAP_FLAGS)
Performs the
&= operation. Read moreSource§impl BitOr for HEAP_FLAGS
impl BitOr for HEAP_FLAGS
Source§type Output = HEAP_FLAGS
type Output = HEAP_FLAGS
The resulting type after applying the
| operator.Source§fn bitor(self, other: HEAP_FLAGS) -> HEAP_FLAGS
fn bitor(self, other: HEAP_FLAGS) -> HEAP_FLAGS
Performs the
| operation. Read moreSource§impl BitOrAssign for HEAP_FLAGS
impl BitOrAssign for HEAP_FLAGS
Source§fn bitor_assign(&mut self, other: HEAP_FLAGS)
fn bitor_assign(&mut self, other: HEAP_FLAGS)
Performs the
|= operation. Read moreSource§impl Clone for HEAP_FLAGS
impl Clone for HEAP_FLAGS
Source§fn clone(&self) -> HEAP_FLAGS
fn clone(&self) -> HEAP_FLAGS
Returns a duplicate 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 moreSource§impl Debug for HEAP_FLAGS
impl Debug for HEAP_FLAGS
Source§impl Default for HEAP_FLAGS
impl Default for HEAP_FLAGS
Source§fn default() -> HEAP_FLAGS
fn default() -> HEAP_FLAGS
Returns the “default value” for a type. Read more
Source§impl Not for HEAP_FLAGS
impl Not for HEAP_FLAGS
Source§type Output = HEAP_FLAGS
type Output = HEAP_FLAGS
The resulting type after applying the
! operator.Source§fn not(self) -> HEAP_FLAGS
fn not(self) -> HEAP_FLAGS
Performs the unary
! operation. Read moreSource§impl PartialEq for HEAP_FLAGS
impl PartialEq for HEAP_FLAGS
impl Copy for HEAP_FLAGS
impl Eq for HEAP_FLAGS
impl StructuralPartialEq for HEAP_FLAGS
Auto Trait Implementations§
impl Freeze for HEAP_FLAGS
impl RefUnwindSafe for HEAP_FLAGS
impl Send for HEAP_FLAGS
impl Sync for HEAP_FLAGS
impl Unpin for HEAP_FLAGS
impl UnwindSafe for HEAP_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