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