pub struct LeIQSample(/* private fields */);
Expand description
LeIQSample
Implementations§
Source§impl LeIQSample
impl LeIQSample
Sourcepub fn i_sample(&self) -> Result<i8, FromHciBytesError>
pub fn i_sample(&self) -> Result<i8, FromHciBytesError>
Get value of i_sample
Sourcepub fn q_sample(&self) -> Result<i8, FromHciBytesError>
pub fn q_sample(&self) -> Result<i8, FromHciBytesError>
Get value of q_sample
Trait Implementations§
Source§impl Clone for LeIQSample
impl Clone for LeIQSample
Source§fn clone(&self) -> LeIQSample
fn clone(&self) -> LeIQSample
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 LeIQSample
impl Debug for LeIQSample
Source§impl Default for LeIQSample
impl Default for LeIQSample
Source§fn default() -> LeIQSample
fn default() -> LeIQSample
Returns the “default value” for a type. Read more
Source§impl Hash for LeIQSample
impl Hash for LeIQSample
Source§impl Ord for LeIQSample
impl Ord for LeIQSample
Source§fn cmp(&self, other: &LeIQSample) -> Ordering
fn cmp(&self, other: &LeIQSample) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LeIQSample
impl PartialEq for LeIQSample
Source§impl PartialOrd for LeIQSample
impl PartialOrd for LeIQSample
impl Copy for LeIQSample
impl Eq for LeIQSample
impl StructuralPartialEq for LeIQSample
Auto Trait Implementations§
impl Freeze for LeIQSample
impl RefUnwindSafe for LeIQSample
impl Send for LeIQSample
impl Sync for LeIQSample
impl Unpin for LeIQSample
impl UnwindSafe for LeIQSample
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