#[repr(u8)]pub enum ABSIZE {
Bit8 = 0,
Bit16 = 1,
Bit24 = 2,
Bit32 = 3,
}
Expand description
Alternate bytes size
Value on reset: 0
Variants§
Bit8 = 0
0: 8-bit alternate byte
Bit16 = 1
1: 16-bit alternate bytes
Bit24 = 2
2: 24-bit alternate bytes
Bit32 = 3
3: 32-bit alternate bytes
Trait Implementations§
impl Copy for ABSIZE
impl Eq for ABSIZE
impl IsEnum for ABSIZE
impl StructuralPartialEq for ABSIZE
Auto Trait Implementations§
impl Freeze for ABSIZE
impl RefUnwindSafe for ABSIZE
impl Send for ABSIZE
impl Sync for ABSIZE
impl Unpin for ABSIZE
impl UnwindSafe for ABSIZE
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