Enum Fcf
pub enum Fcf {
_0 = 0,
_1 = 1,
}Expand description
Frame Complete Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Fcf
impl Eq for Fcf
impl StructuralPartialEq for Fcf
Auto Trait Implementations§
impl Freeze for Fcf
impl RefUnwindSafe for Fcf
impl Send for Fcf
impl Sync for Fcf
impl Unpin for Fcf
impl UnwindSafe for Fcf
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