Struct win_sys::Memory::HEAP_FLAGS [−][src]
#[repr(transparent)]pub struct HEAP_FLAGS(pub u32);Expand description
Required features: Win32_System_Memory
Tuple Fields
0: u32Trait Implementations
type Output = HEAP_FLAGS
type Output = HEAP_FLAGS
The resulting type after applying the & operator.
Performs the & operation. Read more
Performs the &= operation. Read more
type Output = HEAP_FLAGS
type Output = HEAP_FLAGS
The resulting type after applying the | operator.
Performs the | operation. Read more
Performs the |= operation. Read more
Returns the “default value” for a type. Read more
Performs the conversion.
type Output = HEAP_FLAGS
type Output = HEAP_FLAGS
The resulting type after applying the ! operator.
Performs the unary ! operation. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more