#[repr(u8)]pub enum Spdif0ClkPred {
DIVIDE_1 = 0,
DIVIDE_2 = 1,
DIVIDE_3 = 2,
DIVIDE_4 = 3,
DIVIDE_5 = 4,
DIVIDE_6 = 5,
DIVIDE_7 = 6,
DIVIDE_8 = 7,
}Variants§
DIVIDE_1 = 0
Divide by 1
DIVIDE_2 = 1
Divide by 2
DIVIDE_3 = 2
Divide by 3
DIVIDE_4 = 3
Divide by 4
DIVIDE_5 = 4
Divide by 5
DIVIDE_6 = 5
Divide by 6
DIVIDE_7 = 6
Divide by 7
DIVIDE_8 = 7
Divide by 8
Implementations§
Source§impl Spdif0ClkPred
impl Spdif0ClkPred
Trait Implementations§
Source§impl Clone for Spdif0ClkPred
impl Clone for Spdif0ClkPred
Source§fn clone(&self) -> Spdif0ClkPred
fn clone(&self) -> Spdif0ClkPred
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 Spdif0ClkPred
impl Debug for Spdif0ClkPred
Source§impl From<Spdif0ClkPred> for u8
impl From<Spdif0ClkPred> for u8
Source§fn from(val: Spdif0ClkPred) -> u8
fn from(val: Spdif0ClkPred) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Spdif0ClkPred
impl From<u8> for Spdif0ClkPred
Source§fn from(val: u8) -> Spdif0ClkPred
fn from(val: u8) -> Spdif0ClkPred
Converts to this type from the input type.
Source§impl Ord for Spdif0ClkPred
impl Ord for Spdif0ClkPred
Source§fn cmp(&self, other: &Spdif0ClkPred) -> Ordering
fn cmp(&self, other: &Spdif0ClkPred) -> 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 Spdif0ClkPred
impl PartialEq for Spdif0ClkPred
Source§impl PartialOrd for Spdif0ClkPred
impl PartialOrd for Spdif0ClkPred
impl Copy for Spdif0ClkPred
impl Eq for Spdif0ClkPred
impl StructuralPartialEq for Spdif0ClkPred
Auto Trait Implementations§
impl Freeze for Spdif0ClkPred
impl RefUnwindSafe for Spdif0ClkPred
impl Send for Spdif0ClkPred
impl Sync for Spdif0ClkPred
impl Unpin for Spdif0ClkPred
impl UnwindSafe for Spdif0ClkPred
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