#[repr(u8)]pub enum Tcr4Ondem {
CONTINUOUS_FRAME_SYNC = 0,
ON_DEMAND_FRAME_SYNC = 1,
}Variants§
CONTINUOUS_FRAME_SYNC = 0
Generated continuously
ON_DEMAND_FRAME_SYNC = 1
Generated after the FIFO warning flag is cleared
Implementations§
Trait Implementations§
Source§impl Ord for Tcr4Ondem
impl Ord for Tcr4Ondem
Source§impl PartialOrd for Tcr4Ondem
impl PartialOrd for Tcr4Ondem
impl Copy for Tcr4Ondem
impl Eq for Tcr4Ondem
impl StructuralPartialEq for Tcr4Ondem
Auto Trait Implementations§
impl Freeze for Tcr4Ondem
impl RefUnwindSafe for Tcr4Ondem
impl Send for Tcr4Ondem
impl Sync for Tcr4Ondem
impl Unpin for Tcr4Ondem
impl UnwindSafe for Tcr4Ondem
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