Struct win_sys::FileSystem::NTMS_STORAGESLOTINFORMATION [−][src]
#[repr(C)]pub struct NTMS_STORAGESLOTINFORMATION {
pub Number: u32,
pub State: u32,
pub Library: GUID,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
Number: u32State: u32Library: GUIDTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_STORAGESLOTINFORMATION
impl Send for NTMS_STORAGESLOTINFORMATION
impl Sync for NTMS_STORAGESLOTINFORMATION
impl Unpin for NTMS_STORAGESLOTINFORMATION
impl UnwindSafe for NTMS_STORAGESLOTINFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more