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