#[repr(u8)]pub enum TagClass {
Application = 0,
Context = 1,
}Expand description
Tag class: application (datatype) or context (field identifier).
Variants§
Application = 0
Application tag – tag number identifies the BACnet datatype.
Context = 1
Context-specific tag – tag number identifies a field in a constructed type.
Trait Implementations§
impl Copy for TagClass
impl Eq for TagClass
impl StructuralPartialEq for TagClass
Auto Trait Implementations§
impl Freeze for TagClass
impl RefUnwindSafe for TagClass
impl Send for TagClass
impl Sync for TagClass
impl Unpin for TagClass
impl UnsafeUnpin for TagClass
impl UnwindSafe for TagClass
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