#[repr(C)]pub struct dds_data_representation_id_seq {
pub n: u32,
pub ids: *mut dds_data_representation_id_t,
}Fields§
§n: u32§ids: *mut dds_data_representation_id_tTrait Implementations§
Source§impl Clone for dds_data_representation_id_seq
impl Clone for dds_data_representation_id_seq
Source§fn clone(&self) -> dds_data_representation_id_seq
fn clone(&self) -> dds_data_representation_id_seq
Returns a duplicate 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 moreimpl Copy for dds_data_representation_id_seq
Auto Trait Implementations§
impl Freeze for dds_data_representation_id_seq
impl RefUnwindSafe for dds_data_representation_id_seq
impl !Send for dds_data_representation_id_seq
impl !Sync for dds_data_representation_id_seq
impl Unpin for dds_data_representation_id_seq
impl UnwindSafe for dds_data_representation_id_seq
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