Struct vex_sdk::ai_vision::V5_DeviceAiVisionModelData  
source · #[repr(C)]pub struct V5_DeviceAiVisionModelData {
    pub xoffset: u16,
    pub yoffset: u16,
    pub width: u16,
    pub height: u16,
    pub score: u16,
}Expand description
AI Model Data
Fields§
§xoffset: u16left side of object
yoffset: u16top of object
width: u16width of object
height: u16height of object
score: u16confidence score
Trait Implementations§
source§impl Clone for V5_DeviceAiVisionModelData
 
impl Clone for V5_DeviceAiVisionModelData
source§fn clone(&self) -> V5_DeviceAiVisionModelData
 
fn clone(&self) -> V5_DeviceAiVisionModelData
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 V5_DeviceAiVisionModelData
 
impl Debug for V5_DeviceAiVisionModelData
source§impl Default for V5_DeviceAiVisionModelData
 
impl Default for V5_DeviceAiVisionModelData
source§fn default() -> V5_DeviceAiVisionModelData
 
fn default() -> V5_DeviceAiVisionModelData
Returns the “default value” for a type. Read more
source§impl PartialEq for V5_DeviceAiVisionModelData
 
impl PartialEq for V5_DeviceAiVisionModelData
source§fn eq(&self, other: &V5_DeviceAiVisionModelData) -> bool
 
fn eq(&self, other: &V5_DeviceAiVisionModelData) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for V5_DeviceAiVisionModelData
impl StructuralPartialEq for V5_DeviceAiVisionModelData
Auto Trait Implementations§
impl Freeze for V5_DeviceAiVisionModelData
impl RefUnwindSafe for V5_DeviceAiVisionModelData
impl Send for V5_DeviceAiVisionModelData
impl Sync for V5_DeviceAiVisionModelData
impl Unpin for V5_DeviceAiVisionModelData
impl UnwindSafe for V5_DeviceAiVisionModelData
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