#[repr(C)]pub struct dds_presentation_qospolicy {
pub access_scope: dds_presentation_access_scope_kind_t,
pub coherent_access: c_uchar,
pub ordered_access: c_uchar,
}
Fields§
§access_scope: dds_presentation_access_scope_kind_t
§coherent_access: c_uchar
§ordered_access: c_uchar
Trait Implementations§
Source§impl Clone for dds_presentation_qospolicy
impl Clone for dds_presentation_qospolicy
Source§fn clone(&self) -> dds_presentation_qospolicy
fn clone(&self) -> dds_presentation_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_presentation_qospolicy
impl Debug for dds_presentation_qospolicy
impl Copy for dds_presentation_qospolicy
Auto Trait Implementations§
impl Freeze for dds_presentation_qospolicy
impl RefUnwindSafe for dds_presentation_qospolicy
impl Send for dds_presentation_qospolicy
impl Sync for dds_presentation_qospolicy
impl Unpin for dds_presentation_qospolicy
impl UnwindSafe for dds_presentation_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