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