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