#[repr(C)]pub struct TOC_s {
pub bTrack: c_uchar,
pub dwStartSector: i32,
}
Fields§
§bTrack: c_uchar
§dwStartSector: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TOC_s
impl RefUnwindSafe for TOC_s
impl Send for TOC_s
impl Sync for TOC_s
impl Unpin for TOC_s
impl UnwindSafe for TOC_s
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