#[repr(transparent)]pub struct VIRTUAL_ALLOCATION_TYPE(pub u32);
Expand description
Required features: "Win32_System_Memory"
Tuple Fields
0: u32
Trait Implementations
impl BitAnd<VIRTUAL_ALLOCATION_TYPE> for VIRTUAL_ALLOCATION_TYPE
impl BitAnd<VIRTUAL_ALLOCATION_TYPE> for VIRTUAL_ALLOCATION_TYPE
type Output = VIRTUAL_ALLOCATION_TYPE
type Output = VIRTUAL_ALLOCATION_TYPE
The resulting type after applying the
&
operator.fn bitand(self, other: VIRTUAL_ALLOCATION_TYPE) -> VIRTUAL_ALLOCATION_TYPE
fn bitand(self, other: VIRTUAL_ALLOCATION_TYPE) -> VIRTUAL_ALLOCATION_TYPE
Performs the
&
operation. Read moreimpl BitAndAssign<VIRTUAL_ALLOCATION_TYPE> for VIRTUAL_ALLOCATION_TYPE
impl BitAndAssign<VIRTUAL_ALLOCATION_TYPE> for VIRTUAL_ALLOCATION_TYPE
fn bitand_assign(&mut self, other: VIRTUAL_ALLOCATION_TYPE)
fn bitand_assign(&mut self, other: VIRTUAL_ALLOCATION_TYPE)
Performs the
&=
operation. Read moreimpl BitOr<VIRTUAL_ALLOCATION_TYPE> for VIRTUAL_ALLOCATION_TYPE
impl BitOr<VIRTUAL_ALLOCATION_TYPE> for VIRTUAL_ALLOCATION_TYPE
type Output = VIRTUAL_ALLOCATION_TYPE
type Output = VIRTUAL_ALLOCATION_TYPE
The resulting type after applying the
|
operator.fn bitor(self, other: VIRTUAL_ALLOCATION_TYPE) -> VIRTUAL_ALLOCATION_TYPE
fn bitor(self, other: VIRTUAL_ALLOCATION_TYPE) -> VIRTUAL_ALLOCATION_TYPE
Performs the
|
operation. Read moreimpl BitOrAssign<VIRTUAL_ALLOCATION_TYPE> for VIRTUAL_ALLOCATION_TYPE
impl BitOrAssign<VIRTUAL_ALLOCATION_TYPE> for VIRTUAL_ALLOCATION_TYPE
fn bitor_assign(&mut self, other: VIRTUAL_ALLOCATION_TYPE)
fn bitor_assign(&mut self, other: VIRTUAL_ALLOCATION_TYPE)
Performs the
|=
operation. Read moreimpl Clone for VIRTUAL_ALLOCATION_TYPE
impl Clone for VIRTUAL_ALLOCATION_TYPE
fn clone(&self) -> VIRTUAL_ALLOCATION_TYPE
fn clone(&self) -> VIRTUAL_ALLOCATION_TYPE
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for VIRTUAL_ALLOCATION_TYPE
impl Debug for VIRTUAL_ALLOCATION_TYPE
impl Default for VIRTUAL_ALLOCATION_TYPE
impl Default for VIRTUAL_ALLOCATION_TYPE
fn default() -> VIRTUAL_ALLOCATION_TYPE
fn default() -> VIRTUAL_ALLOCATION_TYPE
Returns the “default value” for a type. Read more
impl Not for VIRTUAL_ALLOCATION_TYPE
impl Not for VIRTUAL_ALLOCATION_TYPE
type Output = VIRTUAL_ALLOCATION_TYPE
type Output = VIRTUAL_ALLOCATION_TYPE
The resulting type after applying the
!
operator.fn not(self) -> VIRTUAL_ALLOCATION_TYPE
fn not(self) -> VIRTUAL_ALLOCATION_TYPE
Performs the unary
!
operation. Read moreimpl PartialEq<VIRTUAL_ALLOCATION_TYPE> for VIRTUAL_ALLOCATION_TYPE
impl PartialEq<VIRTUAL_ALLOCATION_TYPE> for VIRTUAL_ALLOCATION_TYPE
fn eq(&self, other: &VIRTUAL_ALLOCATION_TYPE) -> bool
fn eq(&self, other: &VIRTUAL_ALLOCATION_TYPE) -> bool
impl Copy for VIRTUAL_ALLOCATION_TYPE
impl Eq for VIRTUAL_ALLOCATION_TYPE
impl StructuralEq for VIRTUAL_ALLOCATION_TYPE
impl StructuralPartialEq for VIRTUAL_ALLOCATION_TYPE
Auto Trait Implementations
impl RefUnwindSafe for VIRTUAL_ALLOCATION_TYPE
impl Send for VIRTUAL_ALLOCATION_TYPE
impl Sync for VIRTUAL_ALLOCATION_TYPE
impl Unpin for VIRTUAL_ALLOCATION_TYPE
impl UnwindSafe for VIRTUAL_ALLOCATION_TYPE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more