Struct ntapi::ntmmapi::MEMORY_WORKING_SET_BLOCK
source · [−]#[repr(C)]pub struct MEMORY_WORKING_SET_BLOCK {
pub Bitfields: ULONG_PTR,
}
Fields
Bitfields: ULONG_PTR
Implementations
sourceimpl MEMORY_WORKING_SET_BLOCK
impl MEMORY_WORKING_SET_BLOCK
pub const fn Protection(&self) -> ULONG_PTR
pub fn set_Protection(&mut self, val: ULONG_PTR)
pub const fn Node(&self) -> ULONG_PTR
pub fn set_Node(&mut self, val: ULONG_PTR)
pub const fn VirtualPage(&self) -> ULONG_PTR
pub fn set_VirtualPage(&mut self, val: ULONG_PTR)
Trait Implementations
sourceimpl Clone for MEMORY_WORKING_SET_BLOCK
impl Clone for MEMORY_WORKING_SET_BLOCK
sourcefn clone(&self) -> MEMORY_WORKING_SET_BLOCK
fn clone(&self) -> MEMORY_WORKING_SET_BLOCK
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for MEMORY_WORKING_SET_BLOCK
Auto Trait Implementations
impl RefUnwindSafe for MEMORY_WORKING_SET_BLOCK
impl Send for MEMORY_WORKING_SET_BLOCK
impl Sync for MEMORY_WORKING_SET_BLOCK
impl Unpin for MEMORY_WORKING_SET_BLOCK
impl UnwindSafe for MEMORY_WORKING_SET_BLOCK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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