#[repr(u8)]pub enum Resyncdis {
RESYNC = 0,
NO_RESYNC = 1,
}Variants§
RESYNC = 0
Resynchronization during received data word is supported.
NO_RESYNC = 1
Resynchronization during received data word is disabled.
Implementations§
Trait Implementations§
Source§impl Ord for Resyncdis
impl Ord for Resyncdis
Source§impl PartialOrd for Resyncdis
impl PartialOrd for Resyncdis
impl Copy for Resyncdis
impl Eq for Resyncdis
impl StructuralPartialEq for Resyncdis
Auto Trait Implementations§
impl Freeze for Resyncdis
impl RefUnwindSafe for Resyncdis
impl Send for Resyncdis
impl Sync for Resyncdis
impl Unpin for Resyncdis
impl UnwindSafe for Resyncdis
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