pub struct OpExpkeySetReqsDo<'r> { /* private fields */ }Available on crate feature
nfsd only.Expand description
Implementations§
Source§impl<'r> OpExpkeySetReqsDo<'r>
impl<'r> OpExpkeySetReqsDo<'r>
pub fn new(request: Request<'r>) -> Self
pub fn encode_request<'buf>( buf: &'buf mut Vec<u8>, ) -> PushExpkeyReqs<&'buf mut Vec<u8>>
pub fn encode(&mut self) -> PushExpkeyReqs<&mut Vec<u8>>
pub fn into_encoder(self) -> PushExpkeyReqs<RequestBuf<'r>>
pub fn decode_request<'a>(buf: &'a [u8]) -> IterableExpkeyReqs<'a> ⓘ
Trait Implementations§
Source§impl<'r> Debug for OpExpkeySetReqsDo<'r>
impl<'r> Debug for OpExpkeySetReqsDo<'r>
Source§impl NetlinkRequest for OpExpkeySetReqsDo<'_>
impl NetlinkRequest for OpExpkeySetReqsDo<'_>
type ReplyType<'buf> = IterableExpkeyReqs<'buf>
fn decode_reply<'buf>(buf: &'buf [u8]) -> Self::ReplyType<'buf>
Auto Trait Implementations§
impl<'r> !UnwindSafe for OpExpkeySetReqsDo<'r>
impl<'r> Freeze for OpExpkeySetReqsDo<'r>
impl<'r> RefUnwindSafe for OpExpkeySetReqsDo<'r>
impl<'r> Send for OpExpkeySetReqsDo<'r>
impl<'r> Sync for OpExpkeySetReqsDo<'r>
impl<'r> Unpin for OpExpkeySetReqsDo<'r>
impl<'r> UnsafeUnpin for OpExpkeySetReqsDo<'r>
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