Enum Feature
#[repr(u16)]pub enum Feature {
_0000000000000100 = 4,
}Expand description
Module Identification Number
Value on reset: 4
Variants§
_0000000000000100 = 4
4: Standard feature set supporting 32-bit shift register.
Trait Implementations§
impl Copy for Feature
impl Eq for Feature
impl IsEnum for Feature
impl StructuralPartialEq for Feature
Auto Trait Implementations§
impl Freeze for Feature
impl RefUnwindSafe for Feature
impl Send for Feature
impl Sync for Feature
impl Unpin for Feature
impl UnwindSafe for Feature
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