pub struct PerceptionConfidence(pub f64);Expand description
The confidence level of a perception
Tuple Fields§
§0: f64Implementations§
Trait Implementations§
Source§impl Clone for PerceptionConfidence
impl Clone for PerceptionConfidence
Source§fn clone(&self) -> PerceptionConfidence
fn clone(&self) -> PerceptionConfidence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PerceptionConfidence
Source§impl Debug for PerceptionConfidence
impl Debug for PerceptionConfidence
Source§impl<'de> Deserialize<'de> for PerceptionConfidence
impl<'de> Deserialize<'de> for PerceptionConfidence
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PerceptionConfidence
impl PartialEq for PerceptionConfidence
Source§impl PartialOrd for PerceptionConfidence
impl PartialOrd for PerceptionConfidence
Source§impl Serialize for PerceptionConfidence
impl Serialize for PerceptionConfidence
impl StructuralPartialEq for PerceptionConfidence
Auto Trait Implementations§
impl Freeze for PerceptionConfidence
impl RefUnwindSafe for PerceptionConfidence
impl Send for PerceptionConfidence
impl Sync for PerceptionConfidence
impl Unpin for PerceptionConfidence
impl UnsafeUnpin for PerceptionConfidence
impl UnwindSafe for PerceptionConfidence
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