pub enum EntityMarkingCharacterSet {
Unused = 0,
ASCII = 1,
ArmyMarking = 2,
DigitChevron = 3,
}Expand description
Enum to represent the character set used by the marking.
Variants§
Implementations§
Source§impl EntityMarkingCharacterSet
impl EntityMarkingCharacterSet
pub fn from_u8(bit: u8) -> EntityMarkingCharacterSet
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
impl Copy 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