#[repr(u8)]pub enum Outcfg {
RETAIN_LASTVALUE = 0,
TRISTATED = 1,
}Variants§
RETAIN_LASTVALUE = 0
Output data retains last value when chip select is negated
TRISTATED = 1
Output data is tristated when chip select is negated
Implementations§
Trait Implementations§
Source§impl Ord for Outcfg
impl Ord for Outcfg
Source§impl PartialOrd for Outcfg
impl PartialOrd for Outcfg
impl Copy for Outcfg
impl Eq for Outcfg
impl StructuralPartialEq for Outcfg
Auto Trait Implementations§
impl Freeze for Outcfg
impl RefUnwindSafe for Outcfg
impl Send for Outcfg
impl Sync for Outcfg
impl Unpin for Outcfg
impl UnwindSafe for Outcfg
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