pub struct dds_qos { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for dds_qos
impl RefUnwindSafe for dds_qos
impl Send for dds_qos
impl Sync for dds_qos
impl Unpin for dds_qos
impl UnsafeUnpin for dds_qos
impl UnwindSafe for dds_qos
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