pub struct ProtocolLevel(/* private fields */);Expand description
Protocol level of a NetworkPort (Clause 12.56).
Implementations§
Source§impl ProtocolLevel
impl ProtocolLevel
pub const PHYSICAL: Self
pub const PROTOCOL: Self
pub const BACNET_APPLICATION: Self
pub const NON_BACNET_APPLICATION: Self
Trait Implementations§
Source§impl Clone for ProtocolLevel
impl Clone for ProtocolLevel
Source§fn clone(&self) -> ProtocolLevel
fn clone(&self) -> ProtocolLevel
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 ProtocolLevel
impl Debug for ProtocolLevel
Source§impl Display for ProtocolLevel
impl Display for ProtocolLevel
Source§impl Hash for ProtocolLevel
impl Hash for ProtocolLevel
Source§impl PartialEq for ProtocolLevel
impl PartialEq for ProtocolLevel
impl Copy for ProtocolLevel
impl Eq for ProtocolLevel
impl StructuralPartialEq for ProtocolLevel
Auto Trait Implementations§
impl Freeze for ProtocolLevel
impl RefUnwindSafe for ProtocolLevel
impl Send for ProtocolLevel
impl Sync for ProtocolLevel
impl Unpin for ProtocolLevel
impl UnsafeUnpin for ProtocolLevel
impl UnwindSafe for ProtocolLevel
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