pub struct ObjectInformation {
pub name: String,
pub ground_truth_mesh: Mesh,
pub ground_truth_point_cloud: PointCloud2,
}Fields§
§name: String§ground_truth_mesh: Mesh§ground_truth_point_cloud: PointCloud2Trait Implementations§
Source§impl Clone for ObjectInformation
impl Clone for ObjectInformation
Source§fn clone(&self) -> ObjectInformation
fn clone(&self) -> ObjectInformation
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 ObjectInformation
impl Debug for ObjectInformation
Source§impl Default for ObjectInformation
impl Default for ObjectInformation
Source§impl<'de> Deserialize<'de> for ObjectInformation
impl<'de> Deserialize<'de> for ObjectInformation
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 ObjectInformation
impl PartialEq for ObjectInformation
Source§impl Serialize for ObjectInformation
impl Serialize for ObjectInformation
impl Message for ObjectInformation
impl StructuralPartialEq for ObjectInformation
Auto Trait Implementations§
impl Freeze for ObjectInformation
impl RefUnwindSafe for ObjectInformation
impl Send for ObjectInformation
impl Sync for ObjectInformation
impl Unpin for ObjectInformation
impl UnwindSafe for ObjectInformation
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