Struct windows_native::ntexapi::ST_STATS_REGION_INFO
source ยท #[repr(C)]pub struct ST_STATS_REGION_INFO {
pub SpaceUsed: u16,
pub Priority: u8,
pub Spare: u8,
}Fieldsยง
ยงSpaceUsed: u16ยงPriority: u8ยงSpare: u8Trait Implementationsยง
sourceยงimpl Debug for ST_STATS_REGION_INFO
impl Debug for ST_STATS_REGION_INFO
Auto Trait Implementationsยง
impl RefUnwindSafe for ST_STATS_REGION_INFO
impl Send for ST_STATS_REGION_INFO
impl Sync for ST_STATS_REGION_INFO
impl Unpin for ST_STATS_REGION_INFO
impl UnwindSafe for ST_STATS_REGION_INFO
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