pub struct BodyJointConfidenceHTC(/* private fields */);Expand description
Implementations§
Source§impl BodyJointConfidenceHTC
impl BodyJointConfidenceHTC
pub const NONE: BodyJointConfidenceHTC
pub const LOW: BodyJointConfidenceHTC
pub const HIGH: BodyJointConfidenceHTC
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for BodyJointConfidenceHTC
impl Clone for BodyJointConfidenceHTC
Source§fn clone(&self) -> BodyJointConfidenceHTC
fn clone(&self) -> BodyJointConfidenceHTC
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 BodyJointConfidenceHTC
impl Debug for BodyJointConfidenceHTC
Source§impl Default for BodyJointConfidenceHTC
impl Default for BodyJointConfidenceHTC
Source§fn default() -> BodyJointConfidenceHTC
fn default() -> BodyJointConfidenceHTC
Returns the “default value” for a type. Read more
Source§impl PartialEq for BodyJointConfidenceHTC
impl PartialEq for BodyJointConfidenceHTC
impl Copy for BodyJointConfidenceHTC
impl Eq for BodyJointConfidenceHTC
impl StructuralPartialEq for BodyJointConfidenceHTC
Auto Trait Implementations§
impl Freeze for BodyJointConfidenceHTC
impl RefUnwindSafe for BodyJointConfidenceHTC
impl Send for BodyJointConfidenceHTC
impl Sync for BodyJointConfidenceHTC
impl Unpin for BodyJointConfidenceHTC
impl UnwindSafe for BodyJointConfidenceHTC
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