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