pub struct ModeSAltitudeBuilder(/* private fields */);Implementations§
Source§impl ModeSAltitudeBuilder
impl ModeSAltitudeBuilder
pub fn new() -> Self
pub fn with_altitude(self, v: u16) -> Self
pub fn with_resolution(self, v: Mode5SAltitudeResolution) -> Self
pub fn build(self) -> ModeSAltitude
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModeSAltitudeBuilder
impl RefUnwindSafe for ModeSAltitudeBuilder
impl Send for ModeSAltitudeBuilder
impl Sync for ModeSAltitudeBuilder
impl Unpin for ModeSAltitudeBuilder
impl UnwindSafe for ModeSAltitudeBuilder
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