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