pub struct NetworkNumberQuality(/* private fields */);Expand description
Quality of a NetworkPort’s network number (Clause 12.56.42).
Implementations§
Source§impl NetworkNumberQuality
impl NetworkNumberQuality
pub const UNKNOWN: Self
pub const LEARNED: Self
pub const LEARNED_CONFIGURED: Self
pub const CONFIGURED: Self
Trait Implementations§
Source§impl Clone for NetworkNumberQuality
impl Clone for NetworkNumberQuality
Source§fn clone(&self) -> NetworkNumberQuality
fn clone(&self) -> NetworkNumberQuality
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 NetworkNumberQuality
impl Debug for NetworkNumberQuality
Source§impl Display for NetworkNumberQuality
impl Display for NetworkNumberQuality
Source§impl Hash for NetworkNumberQuality
impl Hash for NetworkNumberQuality
Source§impl PartialEq for NetworkNumberQuality
impl PartialEq for NetworkNumberQuality
impl Copy for NetworkNumberQuality
impl Eq for NetworkNumberQuality
impl StructuralPartialEq for NetworkNumberQuality
Auto Trait Implementations§
impl Freeze for NetworkNumberQuality
impl RefUnwindSafe for NetworkNumberQuality
impl Send for NetworkNumberQuality
impl Sync for NetworkNumberQuality
impl Unpin for NetworkNumberQuality
impl UnsafeUnpin for NetworkNumberQuality
impl UnwindSafe for NetworkNumberQuality
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