#[repr(u8)]pub enum BLOCKSIZE_A {
_16BYTES = 0,
_32BYTES = 1,
_64BYTES = 2,
}Expand description
Size of Data Blocks
Value on reset: 0
Variants§
_16BYTES = 0
0: A block is 16 bytes long
_32BYTES = 1
1: A block is 32 bytes long
_64BYTES = 2
2: A block is 64 bytes long
Trait Implementations§
Source§impl Clone for BLOCKSIZE_A
impl Clone for BLOCKSIZE_A
Source§fn clone(&self) -> BLOCKSIZE_A
fn clone(&self) -> BLOCKSIZE_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BLOCKSIZE_A
impl Debug for BLOCKSIZE_A
Source§impl From<BLOCKSIZE_A> for u8
impl From<BLOCKSIZE_A> for u8
Source§fn from(variant: BLOCKSIZE_A) -> Self
fn from(variant: BLOCKSIZE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BLOCKSIZE_A
impl PartialEq for BLOCKSIZE_A
impl Copy for BLOCKSIZE_A
impl Eq for BLOCKSIZE_A
impl StructuralPartialEq for BLOCKSIZE_A
Auto Trait Implementations§
impl Freeze for BLOCKSIZE_A
impl RefUnwindSafe for BLOCKSIZE_A
impl Send for BLOCKSIZE_A
impl Sync for BLOCKSIZE_A
impl Unpin for BLOCKSIZE_A
impl UnwindSafe for BLOCKSIZE_A
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