pub enum CSTART {
NotStarted = 0,
Started = 1,
}Expand description
master transfer start
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CSTART
impl Eq for CSTART
impl StructuralPartialEq for CSTART
Auto Trait Implementations§
impl Freeze for CSTART
impl RefUnwindSafe for CSTART
impl Send for CSTART
impl Sync for CSTART
impl Unpin for CSTART
impl UnwindSafe for CSTART
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