pub struct Detection2DArray {
pub header: Header,
pub detections: Vec<Detection2D>,
}Fields§
§header: Header§detections: Vec<Detection2D>Trait Implementations§
Source§impl Clone for Detection2DArray
impl Clone for Detection2DArray
Source§fn clone(&self) -> Detection2DArray
fn clone(&self) -> Detection2DArray
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 Detection2DArray
impl Debug for Detection2DArray
Source§impl Default for Detection2DArray
impl Default for Detection2DArray
Source§impl<'de> Deserialize<'de> for Detection2DArray
impl<'de> Deserialize<'de> for Detection2DArray
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 Detection2DArray
impl PartialEq for Detection2DArray
Source§impl Serialize for Detection2DArray
impl Serialize for Detection2DArray
impl Message for Detection2DArray
impl StructuralPartialEq for Detection2DArray
Auto Trait Implementations§
impl Freeze for Detection2DArray
impl RefUnwindSafe for Detection2DArray
impl Send for Detection2DArray
impl Sync for Detection2DArray
impl Unpin for Detection2DArray
impl UnwindSafe for Detection2DArray
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