Struct windows_native::ntmmapi::MEMORY_WORKING_SET_BLOCK
source ยท #[repr(C)]#[repr(align(8))]pub struct MEMORY_WORKING_SET_BLOCK { /* private fields */ }Implementationsยง
sourceยงimpl MEMORY_WORKING_SET_BLOCK
impl MEMORY_WORKING_SET_BLOCK
pub fn Protection(&self) -> usize
pub fn set_Protection(&mut self, val: usize)
pub fn Node(&self) -> usize
pub fn set_Node(&mut self, val: usize)
pub fn VirtualPage(&self) -> usize
pub fn set_VirtualPage(&mut self, val: usize)
pub fn new_bitfield_1( Protection: usize, ShareCount: usize, Shared: usize, Node: usize, VirtualPage: usize ) -> BitfieldUnit<[u8; 8]>
Trait Implementationsยง
sourceยงimpl Debug for MEMORY_WORKING_SET_BLOCK
impl Debug 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ยง
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