pub enum TC {
NotComplete = 0,
Complete = 1,
}
Expand description
Transfer Complete (master mode)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TC
impl Eq for TC
impl StructuralPartialEq for TC
Auto Trait Implementations§
impl Freeze for TC
impl RefUnwindSafe for TC
impl Send for TC
impl Sync for TC
impl Unpin for TC
impl UnwindSafe for TC
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