Enum Ot
#[repr(u8)]pub enum Ot {
PushPull = 0,
OpenDrain = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Ot
impl Eq for Ot
§impl Ord for Ot
impl Ord for Ot
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 Ot
impl PartialOrd for Ot
impl StructuralPartialEq for Ot
Auto Trait Implementations§
impl Freeze for Ot
impl RefUnwindSafe for Ot
impl Send for Ot
impl Sync for Ot
impl Unpin for Ot
impl UnsafeUnpin for Ot
impl UnwindSafe for Ot
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