Struct async_rustbus::rustbus_core::wire::marshal::traits::SignatureWrapper [−][src]
pub struct SignatureWrapper<'a>(_);
Implementations
impl<'a> SignatureWrapper<'a>
[src]
impl<'a> SignatureWrapper<'a>
[src]Trait Implementations
impl<'a> Debug for SignatureWrapper<'a>
[src]
impl<'a> Debug for SignatureWrapper<'a>
[src]impl<'_> Marshal for SignatureWrapper<'_>
[src]
impl<'_> Marshal for SignatureWrapper<'_>
[src]pub fn marshal(&self, ctx: &mut MarshalContext<'_, '_>) -> Result<(), Error>
[src]
pub fn marshal_as_variant(
&self,
ctx: &mut MarshalContext<'_, '_>
) -> Result<(), Error>
[src]
&self,
ctx: &mut MarshalContext<'_, '_>
) -> Result<(), Error>
impl<'a> PartialEq<SignatureWrapper<'a>> for SignatureWrapper<'a>
[src]
impl<'a> PartialEq<SignatureWrapper<'a>> for SignatureWrapper<'a>
[src]pub fn eq(&self, other: &SignatureWrapper<'a>) -> bool
[src]
pub fn ne(&self, other: &SignatureWrapper<'a>) -> bool
[src]
impl<'_> Signature for SignatureWrapper<'_>
[src]
impl<'_> Signature for SignatureWrapper<'_>
[src]impl<'buf, 'fds> Unmarshal<'buf, 'fds> for SignatureWrapper<'buf>
[src]
impl<'buf, 'fds> Unmarshal<'buf, 'fds> for SignatureWrapper<'buf>
[src]pub fn unmarshal(
ctx: &mut UnmarshalContext<'fds, 'buf>
) -> Result<(usize, SignatureWrapper<'buf>), Error>
[src]
ctx: &mut UnmarshalContext<'fds, 'buf>
) -> Result<(usize, SignatureWrapper<'buf>), Error>