pub struct Mode5MessageFormats {Show 32 fields
pub message_format_0: IffPresence,
pub message_format_1: IffPresence,
pub message_format_2: IffPresence,
pub message_format_3: IffPresence,
pub message_format_4: IffPresence,
pub message_format_5: IffPresence,
pub message_format_6: IffPresence,
pub message_format_7: IffPresence,
pub message_format_8: IffPresence,
pub message_format_9: IffPresence,
pub message_format_10: IffPresence,
pub message_format_11: IffPresence,
pub message_format_12: IffPresence,
pub message_format_13: IffPresence,
pub message_format_14: IffPresence,
pub message_format_15: IffPresence,
pub message_format_16: IffPresence,
pub message_format_17: IffPresence,
pub message_format_18: IffPresence,
pub message_format_19: IffPresence,
pub message_format_20: IffPresence,
pub message_format_21: IffPresence,
pub message_format_22: IffPresence,
pub message_format_23: IffPresence,
pub message_format_24: IffPresence,
pub message_format_25: IffPresence,
pub message_format_26: IffPresence,
pub message_format_27: IffPresence,
pub message_format_28: IffPresence,
pub message_format_29: IffPresence,
pub message_format_30: IffPresence,
pub message_format_31: IffPresence,
}Expand description
B.2.28 Mode 5 Message Formats record
Fields§
§message_format_0: IffPresence§message_format_1: IffPresence§message_format_2: IffPresence§message_format_3: IffPresence§message_format_4: IffPresence§message_format_5: IffPresence§message_format_6: IffPresence§message_format_7: IffPresence§message_format_8: IffPresence§message_format_9: IffPresence§message_format_10: IffPresence§message_format_11: IffPresence§message_format_12: IffPresence§message_format_13: IffPresence§message_format_14: IffPresence§message_format_15: IffPresence§message_format_16: IffPresence§message_format_17: IffPresence§message_format_18: IffPresence§message_format_19: IffPresence§message_format_20: IffPresence§message_format_21: IffPresence§message_format_22: IffPresence§message_format_23: IffPresence§message_format_24: IffPresence§message_format_25: IffPresence§message_format_26: IffPresence§message_format_27: IffPresence§message_format_28: IffPresence§message_format_29: IffPresence§message_format_30: IffPresence§message_format_31: IffPresenceImplementations§
Source§impl Mode5MessageFormats
impl Mode5MessageFormats
pub fn new() -> Self
pub fn builder() -> Mode5MessageFormatsBuilder
Trait Implementations§
Source§impl Clone for Mode5MessageFormats
impl Clone for Mode5MessageFormats
Source§fn clone(&self) -> Mode5MessageFormats
fn clone(&self) -> Mode5MessageFormats
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 Mode5MessageFormats
impl Debug for Mode5MessageFormats
Source§impl Default for Mode5MessageFormats
impl Default for Mode5MessageFormats
Source§fn default() -> Mode5MessageFormats
fn default() -> Mode5MessageFormats
Returns the “default value” for a type. Read more
Source§impl From<&Mode5MessageFormats> for u32
impl From<&Mode5MessageFormats> for u32
Source§fn from(value: &Mode5MessageFormats) -> Self
fn from(value: &Mode5MessageFormats) -> Self
Converts to this type from the input type.
Source§impl From<u32> for Mode5MessageFormats
impl From<u32> for Mode5MessageFormats
Source§impl PartialEq for Mode5MessageFormats
impl PartialEq for Mode5MessageFormats
impl StructuralPartialEq for Mode5MessageFormats
Auto Trait Implementations§
impl Freeze for Mode5MessageFormats
impl RefUnwindSafe for Mode5MessageFormats
impl Send for Mode5MessageFormats
impl Sync for Mode5MessageFormats
impl Unpin for Mode5MessageFormats
impl UnwindSafe for Mode5MessageFormats
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