Struct windows_native::ntexapi::SYSTEM_STORE_INFORMATION
source ยท #[repr(C)]pub struct SYSTEM_STORE_INFORMATION {
pub Version: u32,
pub StoreInformationClass: STORE_INFORMATION_CLASS,
pub Data: *mut c_void,
pub Length: u32,
}Fieldsยง
ยงVersion: u32ยงStoreInformationClass: STORE_INFORMATION_CLASSยงData: *mut c_voidยงLength: u32Trait Implementationsยง
sourceยงimpl Debug for SYSTEM_STORE_INFORMATION
impl Debug for SYSTEM_STORE_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_STORE_INFORMATION
impl !Send for SYSTEM_STORE_INFORMATION
impl !Sync for SYSTEM_STORE_INFORMATION
impl Unpin for SYSTEM_STORE_INFORMATION
impl UnwindSafe for SYSTEM_STORE_INFORMATION
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