pub struct Gid { /* private fields */ }
๐Deprecated since 0.8.5: Use crate ros2-client instead.
Expand description
Analog of DDS GUID in ROS2 builtin data structures
Implementationsยง
Trait Implementationsยง
Sourceยงimpl CdrEncodingSize for Gid
impl CdrEncodingSize for Gid
Sourceยงimpl<'de> Deserialize<'de> for Gid
impl<'de> Deserialize<'de> for Gid
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 Ord for Gid
impl Ord for Gid
Sourceยงimpl PartialOrd for Gid
impl PartialOrd for Gid
impl Copy for Gid
impl Eq for Gid
impl StructuralPartialEq for Gid
Auto Trait Implementationsยง
impl Freeze for Gid
impl RefUnwindSafe for Gid
impl Send for Gid
impl Sync for Gid
impl Unpin for Gid
impl UnwindSafe for Gid
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