Struct windows_native::ntexapi::SMC_STORE_RESIZE_REQUEST
source ยท #[repr(C)]pub struct SMC_STORE_RESIZE_REQUEST {
pub CacheId: u32,
pub StoreId: u32,
pub StoreManagerType: SM_STORE_MANAGER_TYPE,
pub RegionCount: u32,
/* private fields */
}Fieldsยง
ยงCacheId: u32ยงStoreId: u32ยงStoreManagerType: SM_STORE_MANAGER_TYPEยงRegionCount: u32Implementationsยง
sourceยงimpl SMC_STORE_RESIZE_REQUEST
impl SMC_STORE_RESIZE_REQUEST
pub fn Version(&self) -> u32
pub fn set_Version(&mut self, val: u32)
pub fn AddRegions(&self) -> u32
pub fn set_AddRegions(&mut self, val: u32)
pub fn Spare(&self) -> u32
pub fn set_Spare(&mut self, val: u32)
pub fn new_bitfield_1( Version: u32, AddRegions: u32, Spare: u32 ) -> BitfieldUnit<[u8; 4]>
Trait Implementationsยง
sourceยงimpl Debug for SMC_STORE_RESIZE_REQUEST
impl Debug for SMC_STORE_RESIZE_REQUEST
Auto Trait Implementationsยง
impl RefUnwindSafe for SMC_STORE_RESIZE_REQUEST
impl Send for SMC_STORE_RESIZE_REQUEST
impl Sync for SMC_STORE_RESIZE_REQUEST
impl Unpin for SMC_STORE_RESIZE_REQUEST
impl UnwindSafe for SMC_STORE_RESIZE_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