#[repr(u8)]pub enum Rcr4Fsd {
EXT_SLAVE_MODE = 0,
INT_MASTER_MODE = 1,
}Variants§
EXT_SLAVE_MODE = 0
Frame Sync is generated externally in Slave mode.
INT_MASTER_MODE = 1
Frame Sync is generated internally in Master mode.
Implementations§
Trait Implementations§
Source§impl Ord for Rcr4Fsd
impl Ord for Rcr4Fsd
Source§impl PartialOrd for Rcr4Fsd
impl PartialOrd for Rcr4Fsd
impl Copy for Rcr4Fsd
impl Eq for Rcr4Fsd
impl StructuralPartialEq for Rcr4Fsd
Auto Trait Implementations§
impl Freeze for Rcr4Fsd
impl RefUnwindSafe for Rcr4Fsd
impl Send for Rcr4Fsd
impl Sync for Rcr4Fsd
impl Unpin for Rcr4Fsd
impl UnwindSafe for Rcr4Fsd
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