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