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