#[repr(C)]pub struct SDL_CD {
pub id: c_int,
pub status: CDstatus,
pub numtracks: c_int,
pub cur_track: c_int,
pub cur_frame: c_int,
pub track: [SDL_CDtrack; 100],
}
Fields§
§id: c_int
§status: CDstatus
§numtracks: c_int
§cur_track: c_int
§cur_frame: c_int
§track: [SDL_CDtrack; 100]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SDL_CD
impl RefUnwindSafe for SDL_CD
impl Send for SDL_CD
impl Sync for SDL_CD
impl Unpin for SDL_CD
impl UnwindSafe for SDL_CD
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