#[repr(u8)]pub enum TpduSize {
L8192 = 13,
L4096 = 12,
L2048 = 11,
L1024 = 10,
L512 = 9,
L256 = 8,
L128 = 7,
}Variants§
Implementations§
Trait Implementations§
Source§impl TryFromPrimitive for TpduSize
impl TryFromPrimitive for TpduSize
impl Copy for TpduSize
impl Eq for TpduSize
impl StructuralPartialEq for TpduSize
Auto Trait Implementations§
impl Freeze for TpduSize
impl RefUnwindSafe for TpduSize
impl Send for TpduSize
impl Sync for TpduSize
impl Unpin for TpduSize
impl UnwindSafe for TpduSize
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