Struct windows::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,
}
Fields§
§ulSTID: u32
§SpecificationMajor: u8
§SpecificationMinor: u8
§ImplementationMajor: u8
§ImplementationMinor: u8
§type: u8
§capabilities: u8
Trait Implementations§
impl Copy for SILO_INFO
impl Eq for SILO_INFO
impl StructuralPartialEq for SILO_INFO
Auto Trait Implementations§
impl Freeze for SILO_INFO
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)