Enum Outen
#[repr(u8)]pub enum Outen {
ReceiveMode = 0,
TransmitMode = 1,
}Variants§
ReceiveMode = 0
Data is input synchronously with PSSI_PDCK.
TransmitMode = 1
Data is output synchronously with PSSI_PDCK.
Implementations§
Trait Implementations§
impl Copy for Outen
impl Eq for Outen
§impl Ord for Outen
impl Ord for Outen
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 Outen
impl PartialOrd for Outen
impl StructuralPartialEq for Outen
Auto Trait Implementations§
impl Freeze for Outen
impl RefUnwindSafe for Outen
impl Send for Outen
impl Sync for Outen
impl Unpin for Outen
impl UnsafeUnpin for Outen
impl UnwindSafe for Outen
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