#[repr(u8)]pub enum CdType {
CddaOrCdData = 0,
Cdi = 16,
CdromXa = 32,
}Available on crate feature
mmc only.Expand description
The type of a CD disc
Variants§
CddaOrCdData = 0
CD-DA or CD Data with first track in Mode 1
Cdi = 16
CD-I
CdromXa = 32
CD-ROM XA disc with first track in Mode 2
Trait Implementations§
impl Copy for CdType
impl Eq for CdType
Source§impl Ord for CdType
impl Ord for CdType
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CdType
impl PartialOrd for CdType
impl StructuralPartialEq for CdType
Auto Trait Implementations§
impl Freeze for CdType
impl RefUnwindSafe for CdType
impl Send for CdType
impl Sync for CdType
impl Unpin for CdType
impl UnsafeUnpin for CdType
impl UnwindSafe for CdType
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