Enum Smod
#[repr(u8)]pub enum Smod {
_0 = 0,
}Expand description
Source Address Modulo
Value on reset: 0
Variants§
_0 = 0
0: Source address modulo feature is disabled
Trait Implementations§
impl Copy for Smod
impl Eq for Smod
impl IsEnum for Smod
impl StructuralPartialEq for Smod
Auto Trait Implementations§
impl Freeze for Smod
impl RefUnwindSafe for Smod
impl Send for Smod
impl Sync for Smod
impl Unpin for Smod
impl UnwindSafe for Smod
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