Enum Chside
#[repr(u8)]pub enum Chside {
Left = 0,
Right = 1,
}Variants§
Left = 0
Channel left has to be transmitted or has been received
Right = 1
Channel right has to be transmitted or has been received
Implementations§
Trait Implementations§
impl Copy for Chside
impl Eq for Chside
§impl Ord for Chside
impl Ord for Chside
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 Chside
impl PartialOrd for Chside
impl StructuralPartialEq for Chside
Auto Trait Implementations§
impl Freeze for Chside
impl RefUnwindSafe for Chside
impl Send for Chside
impl Sync for Chside
impl Unpin for Chside
impl UnsafeUnpin for Chside
impl UnwindSafe for Chside
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