Struct SUB_Q_TRACK_ISRC
#[repr(C)]pub struct SUB_Q_TRACK_ISRC {
pub Header: SUB_Q_HEADER,
pub FormatCode: u8,
pub Reserved0: u8,
pub Track: u8,
pub Reserved1: u8,
pub _bitfield: u8,
pub TrackIsrc: [u8; 15],
}
Fields§
§Header: SUB_Q_HEADER
§FormatCode: u8
§Reserved0: u8
§Track: u8
§Reserved1: u8
§_bitfield: u8
§TrackIsrc: [u8; 15]
Trait Implementations§
§impl Clone for SUB_Q_TRACK_ISRC
impl Clone for SUB_Q_TRACK_ISRC
§fn clone(&self) -> SUB_Q_TRACK_ISRC
fn clone(&self) -> SUB_Q_TRACK_ISRC
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 SUB_Q_TRACK_ISRC
impl Debug for SUB_Q_TRACK_ISRC
§impl Default for SUB_Q_TRACK_ISRC
impl Default for SUB_Q_TRACK_ISRC
§impl PartialEq for SUB_Q_TRACK_ISRC
impl PartialEq for SUB_Q_TRACK_ISRC
impl Copy for SUB_Q_TRACK_ISRC
impl StructuralPartialEq for SUB_Q_TRACK_ISRC
Auto Trait Implementations§
impl Freeze for SUB_Q_TRACK_ISRC
impl RefUnwindSafe for SUB_Q_TRACK_ISRC
impl Send for SUB_Q_TRACK_ISRC
impl Sync for SUB_Q_TRACK_ISRC
impl Unpin for SUB_Q_TRACK_ISRC
impl UnwindSafe for SUB_Q_TRACK_ISRC
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