Struct faithe::types::page_types::PAGE_TYPE
[−]#[repr(transparent)]pub struct PAGE_TYPE(pub u32);
Expand description
Required features: "Win32_System_Memory"
Tuple Fields
0: u32
Trait Implementations
impl BitAndAssign<PAGE_TYPE> for PAGE_TYPE
impl BitAndAssign<PAGE_TYPE> for PAGE_TYPE
fn bitand_assign(&mut self, other: PAGE_TYPE)
fn bitand_assign(&mut self, other: PAGE_TYPE)
Performs the
&=
operation. Read moreimpl BitOrAssign<PAGE_TYPE> for PAGE_TYPE
impl BitOrAssign<PAGE_TYPE> for PAGE_TYPE
fn bitor_assign(&mut self, other: PAGE_TYPE)
fn bitor_assign(&mut self, other: PAGE_TYPE)
Performs the
|=
operation. Read moreimpl Copy for PAGE_TYPE
impl Eq for PAGE_TYPE
impl StructuralEq for PAGE_TYPE
impl StructuralPartialEq for PAGE_TYPE
Auto Trait Implementations
impl RefUnwindSafe for PAGE_TYPE
impl Send for PAGE_TYPE
impl Sync for PAGE_TYPE
impl Unpin for PAGE_TYPE
impl UnwindSafe for PAGE_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