pub struct ModeSTransponderBasicDataBuilder(/* private fields */);Implementations§
Source§impl ModeSTransponderBasicDataBuilder
impl ModeSTransponderBasicDataBuilder
pub fn new() -> Self
pub fn with_status(self, v: ModeSTransponderStatus) -> Self
pub fn with_levels_present(self, v: ModeSLevelsPresent) -> Self
pub fn with_aircraft_present_domain(self, v: AircraftPresentDomain) -> Self
pub fn with_aircraft_identification(self, v: String) -> Self
pub fn with_aircraft_address(self, v: u32) -> Self
pub fn with_aircraft_identification_type( self, v: AircraftIdentificationType, ) -> Self
pub fn with_dap_source(self, v: DapSource) -> Self
pub fn with_altitude(self, v: ModeSAltitude) -> Self
pub fn with_capability_report(self, v: CapabilityReport) -> Self
pub fn build(self) -> ModeSTransponderBasicData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModeSTransponderBasicDataBuilder
impl RefUnwindSafe for ModeSTransponderBasicDataBuilder
impl Send for ModeSTransponderBasicDataBuilder
impl Sync for ModeSTransponderBasicDataBuilder
impl Unpin for ModeSTransponderBasicDataBuilder
impl UnwindSafe for ModeSTransponderBasicDataBuilder
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