Enum Width
#[repr(u8)]pub enum Width {
_00 = 0,
_01 = 1,
_10 = 2,
}Expand description
Transfer Width
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Width
impl Eq for Width
impl IsEnum for Width
impl StructuralPartialEq for Width
Auto Trait Implementations§
impl Freeze for Width
impl RefUnwindSafe for Width
impl Send for Width
impl Sync for Width
impl Unpin for Width
impl UnwindSafe for Width
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