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