Struct rtps_parser::rtps::messages::submessage_elements::LocatorList
source · pub struct LocatorList { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for LocatorList
impl Clone for LocatorList
source§fn clone(&self) -> LocatorList
fn clone(&self) -> LocatorList
Returns a copy 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 LocatorList
impl Debug for LocatorList
source§impl FromBytes for LocatorList
impl FromBytes for LocatorList
fn from_bytes<E: ByteOrder>(v: &[u8]) -> Self
source§impl PartialEq for LocatorList
impl PartialEq for LocatorList
source§fn eq(&self, other: &LocatorList) -> bool
fn eq(&self, other: &LocatorList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl WriteBytes for LocatorList
impl WriteBytes for LocatorList
fn write_bytes(&self, buf: &mut [u8]) -> usize
impl Eq for LocatorList
impl StructuralEq for LocatorList
impl StructuralPartialEq for LocatorList
Auto Trait Implementations§
impl RefUnwindSafe for LocatorList
impl Send for LocatorList
impl Sync for LocatorList
impl Unpin for LocatorList
impl UnwindSafe for LocatorList
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