pub struct ExtendedAnnotationParameterValue {}Implementations§
Source§impl ExtendedAnnotationParameterValue
impl ExtendedAnnotationParameterValue
pub const SERIALIZE_KIND: SerializeKind = xidl_xcdr::SerializeKind::Cdr
Trait Implementations§
Source§impl XcdrDeserialize for ExtendedAnnotationParameterValue
impl XcdrDeserialize for ExtendedAnnotationParameterValue
fn deserialize<D: XcdrDeserializer + ?Sized>( deserializer: &mut D, ) -> XcdrResult<Self>
Source§impl XcdrSerialize for ExtendedAnnotationParameterValue
impl XcdrSerialize for ExtendedAnnotationParameterValue
fn serialize_kind(&self) -> SerializeKind
fn serialize_with<S: XcdrSerializer + ?Sized>( &self, serializer: &mut S, ) -> XcdrResult<()>
fn serialize(&self, buf: &mut [u8]) -> Result<usize, XcdrError>where
Self: Sized,
Auto Trait Implementations§
impl Freeze for ExtendedAnnotationParameterValue
impl RefUnwindSafe for ExtendedAnnotationParameterValue
impl Send for ExtendedAnnotationParameterValue
impl Sync for ExtendedAnnotationParameterValue
impl Unpin for ExtendedAnnotationParameterValue
impl UnsafeUnpin for ExtendedAnnotationParameterValue
impl UnwindSafe for ExtendedAnnotationParameterValue
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