#[repr(C)]pub struct ddsi_sertopic {
pub ops: *const ddsi_sertopic_ops,
pub serdata_ops: *const ddsi_serdata_ops,
pub serdata_basehash: u32,
pub topickind_no_key: bool,
pub name: *mut c_char,
pub type_name: *mut c_char,
pub gv: *mut ddsi_domaingv,
pub refc: ddsrt_atomic_uint32_t,
}Fields§
§ops: *const ddsi_sertopic_ops§serdata_ops: *const ddsi_serdata_ops§serdata_basehash: u32§topickind_no_key: bool§name: *mut c_char§type_name: *mut c_char§gv: *mut ddsi_domaingv§refc: ddsrt_atomic_uint32_tTrait Implementations§
Source§impl Clone for ddsi_sertopic
impl Clone for ddsi_sertopic
Source§fn clone(&self) -> ddsi_sertopic
fn clone(&self) -> ddsi_sertopic
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 ddsi_sertopic
impl Debug for ddsi_sertopic
impl Copy for ddsi_sertopic
Auto Trait Implementations§
impl Freeze for ddsi_sertopic
impl RefUnwindSafe for ddsi_sertopic
impl !Send for ddsi_sertopic
impl !Sync for ddsi_sertopic
impl Unpin for ddsi_sertopic
impl UnwindSafe for ddsi_sertopic
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