pub enum Bypasspostdiv {
Disabled = 0,
Enabled = 1,
}Expand description
Bypass of the post-divider.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Bypasspostdiv
impl Clone for Bypasspostdiv
Source§fn clone(&self) -> Bypasspostdiv
fn clone(&self) -> Bypasspostdiv
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Bypasspostdiv
Source§impl Debug for Bypasspostdiv
impl Debug for Bypasspostdiv
impl Eq for Bypasspostdiv
Source§impl From<Bypasspostdiv> for bool
impl From<Bypasspostdiv> for bool
Source§fn from(variant: Bypasspostdiv) -> Self
fn from(variant: Bypasspostdiv) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Bypasspostdiv
impl PartialEq for Bypasspostdiv
Source§fn eq(&self, other: &Bypasspostdiv) -> bool
fn eq(&self, other: &Bypasspostdiv) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Bypasspostdiv
Auto Trait Implementations§
impl Freeze for Bypasspostdiv
impl RefUnwindSafe for Bypasspostdiv
impl Send for Bypasspostdiv
impl Sync for Bypasspostdiv
impl Unpin for Bypasspostdiv
impl UnsafeUnpin for Bypasspostdiv
impl UnwindSafe for Bypasspostdiv
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