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