#[repr(C)]pub struct SDL_CDtrack {
pub id: uint8_t,
pub _type: uint8_t,
pub unused: uint16_t,
pub length: uint32_t,
pub offset: uint32_t,
}Fields§
§id: uint8_t§_type: uint8_t§unused: uint16_t§length: uint32_t§offset: uint32_tTrait Implementations§
Source§impl Clone for SDL_CDtrack
impl Clone for SDL_CDtrack
Source§fn clone(&self) -> SDL_CDtrack
fn clone(&self) -> SDL_CDtrack
Returns a duplicate 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 moreimpl Copy for SDL_CDtrack
Auto Trait Implementations§
impl Freeze for SDL_CDtrack
impl RefUnwindSafe for SDL_CDtrack
impl Send for SDL_CDtrack
impl Sync for SDL_CDtrack
impl Unpin for SDL_CDtrack
impl UnwindSafe for SDL_CDtrack
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