#[repr(u8)]
pub enum MAXBLKL_A {
_512,
_1024,
_2048,
}
Expand description
Max Block Length
Value on reset: 0
Variants
_512
0: 512 bytes
_1024
1: 1024 bytes
_2048
2: 2048 bytes
Trait Implementations
impl Copy for MAXBLKL_A
impl StructuralPartialEq for MAXBLKL_A
Auto Trait Implementations
impl RefUnwindSafe for MAXBLKL_A
impl Send for MAXBLKL_A
impl Sync for MAXBLKL_A
impl Unpin for MAXBLKL_A
impl UnwindSafe for MAXBLKL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more