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