Struct rtps_parser::rtps::messages::submessage_elements::ArcSlice
source · pub struct ArcSlice { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<ArcSlice> for DataSubmessageRead
impl From<ArcSlice> for DataSubmessageRead
source§impl PartialEq for ArcSlice
impl PartialEq for ArcSlice
impl Eq for ArcSlice
impl StructuralEq for ArcSlice
Auto Trait Implementations§
impl RefUnwindSafe for ArcSlice
impl Send for ArcSlice
impl Sync for ArcSlice
impl Unpin for ArcSlice
impl UnwindSafe for ArcSlice
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