Struct windows_native::ntexapi::SM_STORE_RESIZE_REQUEST
source ยท #[repr(C)]pub struct SM_STORE_RESIZE_REQUEST {
pub StoreId: u32,
pub NumberOfRegions: u32,
pub RegionBitmap: *mut RTL_BITMAP,
/* private fields */
}Fieldsยง
ยงStoreId: u32ยงNumberOfRegions: u32ยงRegionBitmap: *mut RTL_BITMAPImplementationsยง
sourceยงimpl SM_STORE_RESIZE_REQUEST
impl SM_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 SM_STORE_RESIZE_REQUEST
impl Debug for SM_STORE_RESIZE_REQUEST
Auto Trait Implementationsยง
impl RefUnwindSafe for SM_STORE_RESIZE_REQUEST
impl !Send for SM_STORE_RESIZE_REQUEST
impl !Sync for SM_STORE_RESIZE_REQUEST
impl Unpin for SM_STORE_RESIZE_REQUEST
impl UnwindSafe for SM_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