Struct win_sys::FileSystem::MediaLabelInfo [−][src]
#[repr(C)]pub struct MediaLabelInfo {
pub LabelType: [u16; 64],
pub LabelIDSize: u32,
pub LabelID: [u8; 256],
pub LabelAppDescr: [u16; 256],
}Expand description
Required features: Win32_Storage_FileSystem
Fields
LabelType: [u16; 64]LabelIDSize: u32LabelID: [u8; 256]LabelAppDescr: [u16; 256]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MediaLabelInfo
impl Send for MediaLabelInfo
impl Sync for MediaLabelInfo
impl Unpin for MediaLabelInfo
impl UnwindSafe for MediaLabelInfo
Blanket Implementations
Mutably borrows from an owned value. Read more