#[repr(u8)]pub enum Contc {
START = 0,
CONTINUE = 1,
}Variants§
START = 0
Command word for start of new transfer.
CONTINUE = 1
Command word for continuing transfer.
Implementations§
Trait Implementations§
Source§impl Ord for Contc
impl Ord for Contc
Source§impl PartialOrd for Contc
impl PartialOrd for Contc
impl Copy for Contc
impl Eq for Contc
impl StructuralPartialEq for Contc
Auto Trait Implementations§
impl Freeze for Contc
impl RefUnwindSafe for Contc
impl Send for Contc
impl Sync for Contc
impl Unpin for Contc
impl UnwindSafe for Contc
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