#[repr(u8)]pub enum PioOd {
NORMAL = 0,
OPEN_DRAIN = 1,
}Variants§
NORMAL = 0
Normal. Normal push-pull output
OPEN_DRAIN = 1
Open-drain. Simulated open-drain output (high drive disabled).
Implementations§
Trait Implementations§
Source§impl Ord for PioOd
impl Ord for PioOd
Source§impl PartialOrd for PioOd
impl PartialOrd for PioOd
impl Copy for PioOd
impl Eq for PioOd
impl StructuralPartialEq for PioOd
Auto Trait Implementations§
impl Freeze for PioOd
impl RefUnwindSafe for PioOd
impl Send for PioOd
impl Sync for PioOd
impl Unpin for PioOd
impl UnwindSafe for PioOd
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