Struct SUB_Q_CURRENT_POSITION
#[repr(C)]pub struct SUB_Q_CURRENT_POSITION {
pub Header: SUB_Q_HEADER,
pub FormatCode: u8,
pub _bitfield: u8,
pub TrackNumber: u8,
pub IndexNumber: u8,
pub AbsoluteAddress: [u8; 4],
pub TrackRelativeAddress: [u8; 4],
}
Fields§
§Header: SUB_Q_HEADER
§FormatCode: u8
§_bitfield: u8
§TrackNumber: u8
§IndexNumber: u8
§AbsoluteAddress: [u8; 4]
§TrackRelativeAddress: [u8; 4]
Trait Implementations§
§impl Clone for SUB_Q_CURRENT_POSITION
impl Clone for SUB_Q_CURRENT_POSITION
§fn clone(&self) -> SUB_Q_CURRENT_POSITION
fn clone(&self) -> SUB_Q_CURRENT_POSITION
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_CURRENT_POSITION
impl Debug for SUB_Q_CURRENT_POSITION
§impl Default for SUB_Q_CURRENT_POSITION
impl Default for SUB_Q_CURRENT_POSITION
§impl PartialEq for SUB_Q_CURRENT_POSITION
impl PartialEq for SUB_Q_CURRENT_POSITION
impl Copy for SUB_Q_CURRENT_POSITION
impl StructuralPartialEq for SUB_Q_CURRENT_POSITION
Auto Trait Implementations§
impl Freeze for SUB_Q_CURRENT_POSITION
impl RefUnwindSafe for SUB_Q_CURRENT_POSITION
impl Send for SUB_Q_CURRENT_POSITION
impl Sync for SUB_Q_CURRENT_POSITION
impl Unpin for SUB_Q_CURRENT_POSITION
impl UnwindSafe for SUB_Q_CURRENT_POSITION
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