#[repr(C)]pub struct dds_deadline_qospolicy {
pub deadline: dds_duration_t,
}
Fields§
§deadline: dds_duration_t
Trait Implementations§
Source§impl Clone for dds_deadline_qospolicy
impl Clone for dds_deadline_qospolicy
Source§fn clone(&self) -> dds_deadline_qospolicy
fn clone(&self) -> dds_deadline_qospolicy
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 dds_deadline_qospolicy
impl Debug for dds_deadline_qospolicy
impl Copy for dds_deadline_qospolicy
Auto Trait Implementations§
impl Freeze for dds_deadline_qospolicy
impl RefUnwindSafe for dds_deadline_qospolicy
impl Send for dds_deadline_qospolicy
impl Sync for dds_deadline_qospolicy
impl Unpin for dds_deadline_qospolicy
impl UnwindSafe for dds_deadline_qospolicy
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