pub struct MaxAmsduLen(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl MaxAmsduLen
impl MaxAmsduLen
pub const OCTETS_3839: Self
pub const OCTETS_7935: Self
Trait Implementations§
Source§impl Clone for MaxAmsduLen
impl Clone for MaxAmsduLen
Source§fn clone(&self) -> MaxAmsduLen
fn clone(&self) -> MaxAmsduLen
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 MaxAmsduLen
impl Debug for MaxAmsduLen
Source§impl PartialEq for MaxAmsduLen
impl PartialEq for MaxAmsduLen
Source§impl PartialOrd for MaxAmsduLen
impl PartialOrd for MaxAmsduLen
impl Copy for MaxAmsduLen
impl StructuralPartialEq for MaxAmsduLen
Auto Trait Implementations§
impl Freeze for MaxAmsduLen
impl RefUnwindSafe for MaxAmsduLen
impl Send for MaxAmsduLen
impl Sync for MaxAmsduLen
impl Unpin for MaxAmsduLen
impl UnwindSafe for MaxAmsduLen
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