Struct windows_sys::Win32::Storage::FileSystem::MediaLabelInfo
[−]#[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: u32
LabelID: [u8; 256]
LabelAppDescr: [u16; 256]
Trait Implementations
impl Clone for MediaLabelInfo
impl Clone for MediaLabelInfo
impl Copy for MediaLabelInfo
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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