#[repr(C)]pub struct PSAPI_WORKING_SET_BLOCK {
pub Flags: ULONG_PTR,
}
Fields§
§Flags: ULONG_PTR
Implementations§
Source§impl PSAPI_WORKING_SET_BLOCK
impl PSAPI_WORKING_SET_BLOCK
pub fn Protection(&self) -> ULONG_PTR
pub fn set_Protection(&mut self, val: ULONG_PTR)
pub fn Reserved(&self) -> ULONG_PTR
pub fn set_Reserved(&mut self, val: ULONG_PTR)
pub fn VirtualPage(&self) -> ULONG_PTR
pub fn set_VirtualPage(&mut self, val: ULONG_PTR)
Trait Implementations§
Source§impl Clone for PSAPI_WORKING_SET_BLOCK
impl Clone for PSAPI_WORKING_SET_BLOCK
Source§fn clone(&self) -> PSAPI_WORKING_SET_BLOCK
fn clone(&self) -> PSAPI_WORKING_SET_BLOCK
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for PSAPI_WORKING_SET_BLOCK
impl Default for PSAPI_WORKING_SET_BLOCK
Source§fn default() -> PSAPI_WORKING_SET_BLOCK
fn default() -> PSAPI_WORKING_SET_BLOCK
Returns the “default value” for a type. Read more
impl Copy for PSAPI_WORKING_SET_BLOCK
Auto Trait Implementations§
impl Freeze for PSAPI_WORKING_SET_BLOCK
impl RefUnwindSafe for PSAPI_WORKING_SET_BLOCK
impl Send for PSAPI_WORKING_SET_BLOCK
impl Sync for PSAPI_WORKING_SET_BLOCK
impl Unpin for PSAPI_WORKING_SET_BLOCK
impl UnwindSafe for PSAPI_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