pub struct ModeSLevelsPresent {
pub level_1: IffPresence,
pub level_2_els: IffPresence,
pub level_2_ehs: IffPresence,
pub level_3: IffPresence,
pub level_4: IffPresence,
}Expand description
B.2.40 Mode S Levels Present record
Fields§
§level_1: IffPresence§level_2_els: IffPresence§level_2_ehs: IffPresence§level_3: IffPresence§level_4: IffPresenceImplementations§
Source§impl ModeSLevelsPresent
impl ModeSLevelsPresent
pub fn new() -> Self
pub fn builder() -> ModeSLevelsPresentBuilder
Trait Implementations§
Source§impl Clone for ModeSLevelsPresent
impl Clone for ModeSLevelsPresent
Source§fn clone(&self) -> ModeSLevelsPresent
fn clone(&self) -> ModeSLevelsPresent
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 ModeSLevelsPresent
impl Debug for ModeSLevelsPresent
Source§impl Default for ModeSLevelsPresent
impl Default for ModeSLevelsPresent
Source§fn default() -> ModeSLevelsPresent
fn default() -> ModeSLevelsPresent
Returns the “default value” for a type. Read more
Source§impl From<&ModeSLevelsPresent> for u8
impl From<&ModeSLevelsPresent> for u8
Source§fn from(value: &ModeSLevelsPresent) -> Self
fn from(value: &ModeSLevelsPresent) -> Self
Converts to this type from the input type.
Source§impl From<u8> for ModeSLevelsPresent
impl From<u8> for ModeSLevelsPresent
Source§impl PartialEq for ModeSLevelsPresent
impl PartialEq for ModeSLevelsPresent
impl StructuralPartialEq for ModeSLevelsPresent
Auto Trait Implementations§
impl Freeze for ModeSLevelsPresent
impl RefUnwindSafe for ModeSLevelsPresent
impl Send for ModeSLevelsPresent
impl Sync for ModeSLevelsPresent
impl Unpin for ModeSLevelsPresent
impl UnwindSafe for ModeSLevelsPresent
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