pub enum DriveSpeed {
Show 13 variants
BD1x,
BD2x,
BD4x,
BD6x,
BD8x,
BD10x,
BD12x,
DVD1x,
DVD2x,
DVD4x,
DVD8x,
DVD16x,
Max,
}Expand description
Common optical drive speeds with KB/s values for SET_CD_SPEED.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DriveSpeed
impl Clone for DriveSpeed
Source§fn clone(&self) -> DriveSpeed
fn clone(&self) -> DriveSpeed
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 moreSource§impl Debug for DriveSpeed
impl Debug for DriveSpeed
Source§impl Display for DriveSpeed
impl Display for DriveSpeed
Source§impl Ord for DriveSpeed
impl Ord for DriveSpeed
Source§fn cmp(&self, other: &DriveSpeed) -> Ordering
fn cmp(&self, other: &DriveSpeed) -> Ordering
1.21.0 · 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 DriveSpeed
impl PartialEq for DriveSpeed
Source§impl PartialOrd for DriveSpeed
impl PartialOrd for DriveSpeed
impl Copy for DriveSpeed
impl Eq for DriveSpeed
impl StructuralPartialEq for DriveSpeed
Auto Trait Implementations§
impl Freeze for DriveSpeed
impl RefUnwindSafe for DriveSpeed
impl Send for DriveSpeed
impl Sync for DriveSpeed
impl Unpin for DriveSpeed
impl UnsafeUnpin for DriveSpeed
impl UnwindSafe for DriveSpeed
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.