#[repr(C)]pub struct TOCEntry {
pub CtlAdr: UBYTE,
pub Track: UBYTE,
pub Position: LSNMSF,
}Fields§
§CtlAdr: UBYTE§Track: UBYTE§Position: LSNMSFTrait Implementations§
Auto Trait Implementations§
impl Freeze for TOCEntry
impl RefUnwindSafe for TOCEntry
impl Send for TOCEntry
impl Sync for TOCEntry
impl Unpin for TOCEntry
impl UnwindSafe for TOCEntry
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