Struct windows_native::ntexapi::SM_STORE_BASIC_PARAMS
source ยท #[repr(C)]pub struct SM_STORE_BASIC_PARAMS {
pub Anonymous1: SM_STORE_BASIC_PARAMS_1,
pub Granularity: u32,
pub RegionSize: u32,
pub RegionCountMax: u32,
}Fieldsยง
ยงAnonymous1: SM_STORE_BASIC_PARAMS_1ยงGranularity: u32ยงRegionSize: u32ยงRegionCountMax: u32Trait Implementationsยง
sourceยงimpl Debug for SM_STORE_BASIC_PARAMS
impl Debug for SM_STORE_BASIC_PARAMS
Auto Trait Implementationsยง
impl RefUnwindSafe for SM_STORE_BASIC_PARAMS
impl Send for SM_STORE_BASIC_PARAMS
impl Sync for SM_STORE_BASIC_PARAMS
impl Unpin for SM_STORE_BASIC_PARAMS
impl UnwindSafe for SM_STORE_BASIC_PARAMS
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