#[repr(u8)]pub enum Spdif0ClkPodf {
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 Spdif0ClkPodf
impl Spdif0ClkPodf
Trait Implementations§
Source§impl Clone for Spdif0ClkPodf
impl Clone for Spdif0ClkPodf
Source§fn clone(&self) -> Spdif0ClkPodf
fn clone(&self) -> Spdif0ClkPodf
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 Spdif0ClkPodf
impl Debug for Spdif0ClkPodf
Source§impl From<Spdif0ClkPodf> for u8
impl From<Spdif0ClkPodf> for u8
Source§fn from(val: Spdif0ClkPodf) -> u8
fn from(val: Spdif0ClkPodf) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Spdif0ClkPodf
impl From<u8> for Spdif0ClkPodf
Source§fn from(val: u8) -> Spdif0ClkPodf
fn from(val: u8) -> Spdif0ClkPodf
Converts to this type from the input type.
Source§impl Ord for Spdif0ClkPodf
impl Ord for Spdif0ClkPodf
Source§fn cmp(&self, other: &Spdif0ClkPodf) -> Ordering
fn cmp(&self, other: &Spdif0ClkPodf) -> 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 Spdif0ClkPodf
impl PartialEq for Spdif0ClkPodf
Source§impl PartialOrd for Spdif0ClkPodf
impl PartialOrd for Spdif0ClkPodf
impl Copy for Spdif0ClkPodf
impl Eq for Spdif0ClkPodf
impl StructuralPartialEq for Spdif0ClkPodf
Auto Trait Implementations§
impl Freeze for Spdif0ClkPodf
impl RefUnwindSafe for Spdif0ClkPodf
impl Send for Spdif0ClkPodf
impl Sync for Spdif0ClkPodf
impl Unpin for Spdif0ClkPodf
impl UnwindSafe for Spdif0ClkPodf
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