pub struct MaxMpduLen(pub u8);
Tuple Fields§
§0: u8
Implementations§
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 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)