#[repr(u8)]pub enum Maxblklselect {
_512 = 0,
}
Expand description
Max Block Length
Value on reset: 0
Variants§
_512 = 0
0: 512 bytes
Trait Implementations§
Source§impl Clone for Maxblklselect
impl Clone for Maxblklselect
Source§fn clone(&self) -> Maxblklselect
fn clone(&self) -> Maxblklselect
Returns a copy 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 Maxblklselect
impl Debug for Maxblklselect
Source§impl From<Maxblklselect> for u8
impl From<Maxblklselect> for u8
Source§fn from(variant: Maxblklselect) -> Self
fn from(variant: Maxblklselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Maxblklselect
impl PartialEq for Maxblklselect
impl Copy for Maxblklselect
impl Eq for Maxblklselect
impl IsEnum for Maxblklselect
impl StructuralPartialEq for Maxblklselect
Auto Trait Implementations§
impl Freeze for Maxblklselect
impl RefUnwindSafe for Maxblklselect
impl Send for Maxblklselect
impl Sync for Maxblklselect
impl Unpin for Maxblklselect
impl UnwindSafe for Maxblklselect
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