pub enum EntityMarkingCharacterSet {
Unused,
ASCII,
U_S_ArmyMarking,
DigitChevron,
Unspecified(u8),
}Expand description
UID 45
Variants§
Trait Implementations§
Source§impl Clone for EntityMarkingCharacterSet
impl Clone for EntityMarkingCharacterSet
Source§fn clone(&self) -> EntityMarkingCharacterSet
fn clone(&self) -> EntityMarkingCharacterSet
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 EntityMarkingCharacterSet
impl Debug for EntityMarkingCharacterSet
Source§impl Default for EntityMarkingCharacterSet
impl Default for EntityMarkingCharacterSet
Source§impl Display for EntityMarkingCharacterSet
impl Display for EntityMarkingCharacterSet
Source§impl From<EntityMarkingCharacterSet> for u8
impl From<EntityMarkingCharacterSet> for u8
Source§fn from(value: EntityMarkingCharacterSet) -> Self
fn from(value: EntityMarkingCharacterSet) -> Self
Converts to this type from the input type.
Source§impl From<u8> for EntityMarkingCharacterSet
impl From<u8> for EntityMarkingCharacterSet
Source§impl Hash for EntityMarkingCharacterSet
impl Hash for EntityMarkingCharacterSet
impl Copy for EntityMarkingCharacterSet
impl Eq for EntityMarkingCharacterSet
impl StructuralPartialEq for EntityMarkingCharacterSet
Auto Trait Implementations§
impl Freeze for EntityMarkingCharacterSet
impl RefUnwindSafe for EntityMarkingCharacterSet
impl Send for EntityMarkingCharacterSet
impl Sync for EntityMarkingCharacterSet
impl Unpin for EntityMarkingCharacterSet
impl UnwindSafe for EntityMarkingCharacterSet
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