Struct rtps_parser::rtps::endpoint::RtpsEndpoint
source · pub struct RtpsEndpoint { /* private fields */ }
Implementations§
source§impl RtpsEndpoint
impl RtpsEndpoint
source§impl RtpsEndpoint
impl RtpsEndpoint
pub fn unicast_locator_list(&self) -> &[Locator]
pub fn multicast_locator_list(&self) -> &[Locator]
Auto Trait Implementations§
impl RefUnwindSafe for RtpsEndpoint
impl Send for RtpsEndpoint
impl Sync for RtpsEndpoint
impl Unpin for RtpsEndpoint
impl UnwindSafe for RtpsEndpoint
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