Struct win_sys::FileSystem::MediaLabelInfo
source · [−]#[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
sourceimpl Clone for MediaLabelInfo
impl Clone for MediaLabelInfo
sourcepub fn clone(&self) -> MediaLabelInfo
pub fn clone(&self) -> MediaLabelInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MediaLabelInfo
impl Debug for MediaLabelInfo
sourceimpl Default for MediaLabelInfo
impl Default for MediaLabelInfo
sourcepub fn default() -> MediaLabelInfo
pub fn default() -> MediaLabelInfo
Returns the “default value” for a type. Read more
sourceimpl PartialEq<MediaLabelInfo> for MediaLabelInfo
impl PartialEq<MediaLabelInfo> for MediaLabelInfo
impl Copy for MediaLabelInfo
impl Eq 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more