pub enum BTF {
NotFinished = 0,
Finished = 1,
}
Expand description
Byte transfer finished
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BTF
impl Eq for BTF
impl StructuralPartialEq for BTF
Auto Trait Implementations§
impl Freeze for BTF
impl RefUnwindSafe for BTF
impl Send for BTF
impl Sync for BTF
impl Unpin for BTF
impl UnwindSafe for BTF
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