#[repr(u8)]pub enum Chmode {
Normal = 0,
Automatic = 1,
LocalLoopback = 2,
RemoteLoopback = 3,
}Expand description
Channel Mode
Value on reset: 0
Variants§
Normal = 0
0: Normal Mode
Automatic = 1
1: Automatic Echo
LocalLoopback = 2
2: Local Loopback
RemoteLoopback = 3
3: Remote Loopback
Trait Implementations§
impl Copy for Chmode
impl Eq for Chmode
impl IsEnum for Chmode
impl StructuralPartialEq for Chmode
Auto Trait Implementations§
impl Freeze for Chmode
impl RefUnwindSafe for Chmode
impl Send for Chmode
impl Sync for Chmode
impl Unpin for Chmode
impl UnwindSafe for Chmode
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