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