#[repr(C)]pub struct dds_binarypropertyseq {
pub n: u32,
pub props: *mut dds_binaryproperty_t,
}
Fields§
§n: u32
§props: *mut dds_binaryproperty_t
Trait Implementations§
Source§impl Clone for dds_binarypropertyseq
impl Clone for dds_binarypropertyseq
Source§fn clone(&self) -> dds_binarypropertyseq
fn clone(&self) -> dds_binarypropertyseq
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_binarypropertyseq
impl Debug for dds_binarypropertyseq
impl Copy for dds_binarypropertyseq
Auto Trait Implementations§
impl Freeze for dds_binarypropertyseq
impl RefUnwindSafe for dds_binarypropertyseq
impl !Send for dds_binarypropertyseq
impl !Sync for dds_binarypropertyseq
impl Unpin for dds_binarypropertyseq
impl UnwindSafe for dds_binarypropertyseq
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