pub struct ChangeOptionsRecord {
pub change_indicator: bool,
pub system_specific_field_1: bool,
pub system_specific_field_2: bool,
pub heartbeat_indicator: bool,
pub transponder_interrogator_indicator: bool,
pub simulation_mode: bool,
pub interactive_capable: bool,
pub test_mode: bool,
}Expand description
6.2.13 Change/Options record
Fields§
§change_indicator: bool§system_specific_field_1: bool§system_specific_field_2: bool§heartbeat_indicator: bool§transponder_interrogator_indicator: bool§simulation_mode: bool§interactive_capable: bool§test_mode: boolImplementations§
Source§impl ChangeOptionsRecord
impl ChangeOptionsRecord
pub fn builder() -> ChangeOptionsRecordBuilder
Trait Implementations§
Source§impl Clone for ChangeOptionsRecord
impl Clone for ChangeOptionsRecord
Source§fn clone(&self) -> ChangeOptionsRecord
fn clone(&self) -> ChangeOptionsRecord
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 ChangeOptionsRecord
impl Debug for ChangeOptionsRecord
Source§impl Default for ChangeOptionsRecord
impl Default for ChangeOptionsRecord
Source§fn default() -> ChangeOptionsRecord
fn default() -> ChangeOptionsRecord
Returns the “default value” for a type. Read more
Source§impl From<&ChangeOptionsRecord> for u8
impl From<&ChangeOptionsRecord> for u8
Source§fn from(value: &ChangeOptionsRecord) -> Self
fn from(value: &ChangeOptionsRecord) -> Self
Converts to this type from the input type.
Source§impl From<u8> for ChangeOptionsRecord
impl From<u8> for ChangeOptionsRecord
Source§impl PartialEq for ChangeOptionsRecord
impl PartialEq for ChangeOptionsRecord
impl Copy for ChangeOptionsRecord
impl StructuralPartialEq for ChangeOptionsRecord
Auto Trait Implementations§
impl Freeze for ChangeOptionsRecord
impl RefUnwindSafe for ChangeOptionsRecord
impl Send for ChangeOptionsRecord
impl Sync for ChangeOptionsRecord
impl Unpin for ChangeOptionsRecord
impl UnwindSafe for ChangeOptionsRecord
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