#[repr(C)]pub struct VAALKeypoint {
pub x: f32,
pub y: f32,
pub score: f32,
}Expand description
@struct VAALKeypoint
Fields§
§x: f32§y: f32§score: f32Trait Implementations§
Source§impl Clone for VAALKeypoint
impl Clone for VAALKeypoint
Source§fn clone(&self) -> VAALKeypoint
fn clone(&self) -> VAALKeypoint
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 VAALKeypoint
impl Debug for VAALKeypoint
impl Copy for VAALKeypoint
Auto Trait Implementations§
impl Freeze for VAALKeypoint
impl RefUnwindSafe for VAALKeypoint
impl Send for VAALKeypoint
impl Sync for VAALKeypoint
impl Unpin for VAALKeypoint
impl UnwindSafe for VAALKeypoint
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