pub struct MaxMpduLen(pub u8);Tuple Fields§
§0: u8Implementations§
Source§impl MaxMpduLen
 
impl MaxMpduLen
pub const OCTECTS_3895: Self
pub const OCTECTS_7991: Self
pub const OCTECTS_11454: Self
Trait Implementations§
Source§impl Clone for MaxMpduLen
 
impl Clone for MaxMpduLen
Source§fn clone(&self) -> MaxMpduLen
 
fn clone(&self) -> MaxMpduLen
Returns a duplicate 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 MaxMpduLen
 
impl Debug for MaxMpduLen
Source§impl PartialEq for MaxMpduLen
 
impl PartialEq for MaxMpduLen
Source§impl PartialOrd for MaxMpduLen
 
impl PartialOrd for MaxMpduLen
impl Copy for MaxMpduLen
impl StructuralPartialEq for MaxMpduLen
Auto Trait Implementations§
impl Freeze for MaxMpduLen
impl RefUnwindSafe for MaxMpduLen
impl Send for MaxMpduLen
impl Sync for MaxMpduLen
impl Unpin for MaxMpduLen
impl UnwindSafe for MaxMpduLen
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