#[repr(u8)]pub enum SubchannelOption {
RawPw = 1,
Q = 2,
Rw = 4,
}Available on crate feature
mmc only.Expand description
Sub-Channel information to include.
Variants§
RawPw = 1
RAW P-W sub-channel data (96 bytes)
Q = 2
Formatted Q sub-channel data (16 bytes).
Rw = 4
Corrected and de-interleaved R-W sub-channel data (96 bytes).
Trait Implementations§
Source§impl Clone for SubchannelOption
impl Clone for SubchannelOption
Source§fn clone(&self) -> SubchannelOption
fn clone(&self) -> SubchannelOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SubchannelOption
Source§impl Debug for SubchannelOption
impl Debug for SubchannelOption
Source§impl Default for SubchannelOption
impl Default for SubchannelOption
Source§fn default() -> SubchannelOption
fn default() -> SubchannelOption
Returns the “default value” for a type. Read more
impl Eq for SubchannelOption
Source§impl Hash for SubchannelOption
impl Hash for SubchannelOption
Source§impl Ord for SubchannelOption
impl Ord for SubchannelOption
Source§fn cmp(&self, other: &SubchannelOption) -> Ordering
fn cmp(&self, other: &SubchannelOption) -> Ordering
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 PartialEq for SubchannelOption
impl PartialEq for SubchannelOption
Source§impl PartialOrd for SubchannelOption
impl PartialOrd for SubchannelOption
impl StructuralPartialEq for SubchannelOption
Auto Trait Implementations§
impl Freeze for SubchannelOption
impl RefUnwindSafe for SubchannelOption
impl Send for SubchannelOption
impl Sync for SubchannelOption
impl Unpin for SubchannelOption
impl UnsafeUnpin for SubchannelOption
impl UnwindSafe for SubchannelOption
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