pub struct PppProtocolType(pub u16);Tuple Fields§
§0: u16Trait Implementations§
Source§impl Clone for PppProtocolType
impl Clone for PppProtocolType
Source§fn clone(&self) -> PppProtocolType
fn clone(&self) -> PppProtocolType
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 PppProtocolType
impl Debug for PppProtocolType
Source§impl PartialEq for PppProtocolType
impl PartialEq for PppProtocolType
impl Copy for PppProtocolType
impl Eq for PppProtocolType
impl StructuralPartialEq for PppProtocolType
Auto Trait Implementations§
impl Freeze for PppProtocolType
impl RefUnwindSafe for PppProtocolType
impl Send for PppProtocolType
impl Sync for PppProtocolType
impl Unpin for PppProtocolType
impl UnwindSafe for PppProtocolType
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.