Enum CnfOut
#[repr(u8)]pub enum CnfOut {
PushPull = 0,
OpenDrain = 1,
AltPushPull = 2,
AltOpenDrain = 3,
}Variants§
PushPull = 0
Push-Pull mode
OpenDrain = 1
Open Drain-Mode
AltPushPull = 2
Alternate Function Push-Pull Mode
AltOpenDrain = 3
Alternate Function Open-Drain Mode
Implementations§
Trait Implementations§
impl Copy for CnfOut
impl Eq for CnfOut
§impl Ord for CnfOut
impl Ord for CnfOut
1.21.0 (const: unstable) · 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
§impl PartialOrd for CnfOut
impl PartialOrd for CnfOut
impl StructuralPartialEq for CnfOut
Auto Trait Implementations§
impl Freeze for CnfOut
impl RefUnwindSafe for CnfOut
impl Send for CnfOut
impl Sync for CnfOut
impl Unpin for CnfOut
impl UnsafeUnpin for CnfOut
impl UnwindSafe for CnfOut
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