Struct windows_native::ntexapi::SM_SYSTEM_STORE_TRIM_REQUEST
source ยท #[repr(C)]pub struct SM_SYSTEM_STORE_TRIM_REQUEST {
pub PagesToTrim: usize,
/* private fields */
}Fieldsยง
ยงPagesToTrim: usizeImplementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SM_SYSTEM_STORE_TRIM_REQUEST
impl Send for SM_SYSTEM_STORE_TRIM_REQUEST
impl Sync for SM_SYSTEM_STORE_TRIM_REQUEST
impl Unpin for SM_SYSTEM_STORE_TRIM_REQUEST
impl UnwindSafe for SM_SYSTEM_STORE_TRIM_REQUEST
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