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