Struct windows_sys::Win32::Storage::EnhancedStorage::SILO_INFO
[−]#[repr(C)]pub struct SILO_INFO {
pub ulSTID: u32,
pub SpecificationMajor: u8,
pub SpecificationMinor: u8,
pub ImplementationMajor: u8,
pub ImplementationMinor: u8,
pub type: u8,
pub capabilities: u8,
}
Expand description
Required features: "Win32_Storage_EnhancedStorage"
Fields
ulSTID: u32
SpecificationMajor: u8
SpecificationMinor: u8
ImplementationMajor: u8
ImplementationMinor: u8
type: u8
capabilities: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SILO_INFO
impl Send for SILO_INFO
impl Sync for SILO_INFO
impl Unpin for SILO_INFO
impl UnwindSafe for SILO_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more