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