pub struct MinimalExtendedType {}Implementations§
Source§impl MinimalExtendedType
impl MinimalExtendedType
pub const SERIALIZE_KIND: SerializeKind = xidl_xcdr::SerializeKind::Cdr
Trait Implementations§
Source§impl XcdrDeserialize for MinimalExtendedType
impl XcdrDeserialize for MinimalExtendedType
fn deserialize<D: XcdrDeserializer + ?Sized>( deserializer: &mut D, ) -> XcdrResult<Self>
Source§impl XcdrSerialize for MinimalExtendedType
impl XcdrSerialize for MinimalExtendedType
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 MinimalExtendedType
impl RefUnwindSafe for MinimalExtendedType
impl Send for MinimalExtendedType
impl Sync for MinimalExtendedType
impl Unpin for MinimalExtendedType
impl UnsafeUnpin for MinimalExtendedType
impl UnwindSafe for MinimalExtendedType
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