pub struct NetworkType(/* private fields */);Expand description
BACnet data link/network type (Clause 12.56.44).
Implementations§
Source§impl NetworkType
impl NetworkType
pub const ETHERNET: Self
pub const ARCNET: Self
pub const MSTP: Self
pub const PTP: Self
pub const LONTALK: Self
pub const IPV4: Self
pub const ZIGBEE: Self
pub const VIRTUAL: Self
Sourcepub const NON_BACNET: Self
pub const NON_BACNET: Self
Removed in protocol revision 16.
pub const IPV6: Self
pub const SERIAL: Self
Trait Implementations§
Source§impl Clone for NetworkType
impl Clone for NetworkType
Source§fn clone(&self) -> NetworkType
fn clone(&self) -> NetworkType
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 NetworkType
impl Debug for NetworkType
Source§impl Display for NetworkType
impl Display for NetworkType
Source§impl Hash for NetworkType
impl Hash for NetworkType
Source§impl PartialEq for NetworkType
impl PartialEq for NetworkType
impl Copy for NetworkType
impl Eq for NetworkType
impl StructuralPartialEq for NetworkType
Auto Trait Implementations§
impl Freeze for NetworkType
impl RefUnwindSafe for NetworkType
impl Send for NetworkType
impl Sync for NetworkType
impl Unpin for NetworkType
impl UnsafeUnpin for NetworkType
impl UnwindSafe for NetworkType
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