#[repr(u8)]pub enum MaxAdpu {
_0 = 0,
_128 = 1,
_206 = 2,
_480 = 3,
_1024 = 4,
_1476 = 5,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxAdpu
impl RefUnwindSafe for MaxAdpu
impl Send for MaxAdpu
impl Sync for MaxAdpu
impl Unpin for MaxAdpu
impl UnwindSafe for MaxAdpu
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