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