#[repr(C)]pub struct DDS_XTypes_AppliedAnnotationParameter {
pub paramname_hash: DDS_XTypes_NameHash,
pub value: DDS_XTypes_AnnotationParameterValue,
}Fields§
§paramname_hash: DDS_XTypes_NameHash§value: DDS_XTypes_AnnotationParameterValueTrait Implementations§
Source§impl Clone for DDS_XTypes_AppliedAnnotationParameter
impl Clone for DDS_XTypes_AppliedAnnotationParameter
Source§fn clone(&self) -> DDS_XTypes_AppliedAnnotationParameter
fn clone(&self) -> DDS_XTypes_AppliedAnnotationParameter
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 moreimpl Copy for DDS_XTypes_AppliedAnnotationParameter
Auto Trait Implementations§
impl Freeze for DDS_XTypes_AppliedAnnotationParameter
impl RefUnwindSafe for DDS_XTypes_AppliedAnnotationParameter
impl Send for DDS_XTypes_AppliedAnnotationParameter
impl Sync for DDS_XTypes_AppliedAnnotationParameter
impl Unpin for DDS_XTypes_AppliedAnnotationParameter
impl UnwindSafe for DDS_XTypes_AppliedAnnotationParameter
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