Struct async_rustbus::rustbus_core::wire::marshal::traits::SignatureWrapper [−][src]
pub struct SignatureWrapper<'a>(_);
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
pub fn unmarshal(
ctx: &mut UnmarshalContext<'fds, 'buf>
) -> Result<(usize, SignatureWrapper<'buf>), Error>Auto Trait Implementations
impl<'a> RefUnwindSafe for SignatureWrapper<'a>impl<'a> Send for SignatureWrapper<'a>impl<'a> Sync for SignatureWrapper<'a>impl<'a> Unpin for SignatureWrapper<'a>impl<'a> UnwindSafe for SignatureWrapper<'a>