Struct windows::Win32::Storage::FileSystem::MediaLabelInfo
#[repr(C)]pub struct MediaLabelInfo {
pub LabelType: [u16; 64],
pub LabelIDSize: u32,
pub LabelID: [u8; 256],
pub LabelAppDescr: [u16; 256],
}
Fields§
§LabelType: [u16; 64]
§LabelIDSize: u32
§LabelID: [u8; 256]
§LabelAppDescr: [u16; 256]
Trait Implementations§
§impl Clone for MediaLabelInfo
impl Clone for MediaLabelInfo
§fn clone(&self) -> MediaLabelInfo
fn clone(&self) -> MediaLabelInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MediaLabelInfo
impl Debug for MediaLabelInfo
§impl Default for MediaLabelInfo
impl Default for MediaLabelInfo
§impl PartialEq for MediaLabelInfo
impl PartialEq for MediaLabelInfo
§fn eq(&self, other: &MediaLabelInfo) -> bool
fn eq(&self, other: &MediaLabelInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MediaLabelInfo
impl Eq for MediaLabelInfo
impl StructuralPartialEq for MediaLabelInfo
Auto Trait Implementations§
impl Freeze for MediaLabelInfo
impl RefUnwindSafe for MediaLabelInfo
impl Send for MediaLabelInfo
impl Sync for MediaLabelInfo
impl Unpin for MediaLabelInfo
impl UnwindSafe for MediaLabelInfo
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
)