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