#[repr(C)]pub struct dds_dynamic_type {
pub x: [*mut c_void; 2],
pub ret: dds_return_t,
}Fields§
§x: [*mut c_void; 2]§ret: dds_return_tTrait Implementations§
Source§impl Clone for dds_dynamic_type
impl Clone for dds_dynamic_type
Source§fn clone(&self) -> dds_dynamic_type
fn clone(&self) -> dds_dynamic_type
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_dynamic_type
impl Debug for dds_dynamic_type
impl Copy for dds_dynamic_type
Auto Trait Implementations§
impl Freeze for dds_dynamic_type
impl RefUnwindSafe for dds_dynamic_type
impl !Send for dds_dynamic_type
impl !Sync for dds_dynamic_type
impl Unpin for dds_dynamic_type
impl UnwindSafe for dds_dynamic_type
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)