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