pub struct AltitudeCallbackThreshold {
pub option: char,
pub min: i32,
pub max: i32,
}
Fields§
§option: char
§min: i32
§max: i32
Trait Implementations§
Source§impl Clone for AltitudeCallbackThreshold
impl Clone for AltitudeCallbackThreshold
Source§fn clone(&self) -> AltitudeCallbackThreshold
fn clone(&self) -> AltitudeCallbackThreshold
Returns a copy 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 AltitudeCallbackThreshold
impl Debug for AltitudeCallbackThreshold
Source§impl Default for AltitudeCallbackThreshold
impl Default for AltitudeCallbackThreshold
Source§fn default() -> AltitudeCallbackThreshold
fn default() -> AltitudeCallbackThreshold
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for AltitudeCallbackThreshold
impl FromByteSlice for AltitudeCallbackThreshold
Source§fn bytes_expected() -> usize
fn bytes_expected() -> usize
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
Source§fn from_le_byte_slice(bytes: &[u8]) -> AltitudeCallbackThreshold
fn from_le_byte_slice(bytes: &[u8]) -> AltitudeCallbackThreshold
Deserialize the implementing type from a byte slice.
Source§impl Hash for AltitudeCallbackThreshold
impl Hash for AltitudeCallbackThreshold
impl Copy for AltitudeCallbackThreshold
impl Eq for AltitudeCallbackThreshold
impl StructuralPartialEq for AltitudeCallbackThreshold
Auto Trait Implementations§
impl Freeze for AltitudeCallbackThreshold
impl RefUnwindSafe for AltitudeCallbackThreshold
impl Send for AltitudeCallbackThreshold
impl Sync for AltitudeCallbackThreshold
impl Unpin for AltitudeCallbackThreshold
impl UnwindSafe for AltitudeCallbackThreshold
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