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