Struct 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 moreimpl Copy 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