pub struct NodeType(/* private fields */);Expand description
BACnet node type for Structured View (Clause 12.29).
Implementations§
Source§impl NodeType
impl NodeType
pub const UNKNOWN: Self
pub const SYSTEM: Self
pub const NETWORK: Self
pub const DEVICE: Self
pub const ORGANIZATIONAL: Self
pub const AREA: Self
pub const EQUIPMENT: Self
pub const POINT: Self
pub const COLLECTION: Self
pub const PROPERTY: Self
pub const FUNCTIONAL: Self
pub const OTHER: Self
pub const SUBSYSTEM: Self
pub const BUILDING: Self
pub const FLOOR: Self
pub const SECTION: Self
pub const MODULE: Self
pub const TREE: Self
pub const MEMBER: Self
pub const PROTOCOL: Self
pub const ROOM: Self
pub const ZONE: Self
Trait Implementations§
impl Copy for NodeType
impl Eq for NodeType
impl StructuralPartialEq for NodeType
Auto Trait Implementations§
impl Freeze for NodeType
impl RefUnwindSafe for NodeType
impl Send for NodeType
impl Sync for NodeType
impl Unpin for NodeType
impl UnsafeUnpin for NodeType
impl UnwindSafe for NodeType
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