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