pub struct DapSourceBuilder(/* private fields */);Implementations§
Source§impl DapSourceBuilder
impl DapSourceBuilder
pub fn new() -> Self
pub fn with_indicated_air_speed(self, v: DapValue) -> Self
pub fn with_mach_number(self, v: DapValue) -> Self
pub fn with_ground_speed(self, v: DapValue) -> Self
pub fn with_magnetic_heading(self, v: DapValue) -> Self
pub fn with_track_angle_rate(self, v: DapValue) -> Self
pub fn with_true_track_angle(self, v: DapValue) -> Self
pub fn with_true_airspeed(self, v: DapValue) -> Self
pub fn with_vertical_rate(self, v: DapValue) -> Self
pub fn build(self) -> DapSource
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DapSourceBuilder
impl RefUnwindSafe for DapSourceBuilder
impl Send for DapSourceBuilder
impl Sync for DapSourceBuilder
impl Unpin for DapSourceBuilder
impl UnwindSafe for DapSourceBuilder
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