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