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