pub enum CHSIDE {
Left = 0,
Right = 1,
}
Expand description
Channel side
Value on reset: 0
Variants§
Left = 0
0: Channel left has to be transmitted or has been received
Right = 1
1: Channel right has to be transmitted or has been received
Trait Implementations§
impl Copy for CHSIDE
impl Eq 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 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