Struct win_wrap::memory::HEAP_FLAGS
source · #[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
§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
§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 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 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
§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
source§fn eq(&self, other: &HEAP_FLAGS) -> bool
fn eq(&self, other: &HEAP_FLAGS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)