Struct TRACK_DATA
#[repr(C)]pub struct TRACK_DATA {
pub Reserved: u8,
pub _bitfield: u8,
pub TrackNumber: u8,
pub Reserved1: u8,
pub Address: [u8; 4],
}
Fields§
§Reserved: u8
§_bitfield: u8
§TrackNumber: u8
§Reserved1: u8
§Address: [u8; 4]
Trait Implementations§
§impl Clone for TRACK_DATA
impl Clone for TRACK_DATA
§fn clone(&self) -> TRACK_DATA
fn clone(&self) -> TRACK_DATA
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 TRACK_DATA
impl Debug for TRACK_DATA
§impl PartialEq for TRACK_DATA
impl PartialEq for TRACK_DATA
impl Copy for TRACK_DATA
impl StructuralPartialEq for TRACK_DATA
Auto Trait Implementations§
impl Freeze for TRACK_DATA
impl RefUnwindSafe for TRACK_DATA
impl Send for TRACK_DATA
impl Sync for TRACK_DATA
impl Unpin for TRACK_DATA
impl UnwindSafe for TRACK_DATA
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