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