pub struct EthtoolChannelSetRequest { /* private fields */ }Implementations§
Source§impl EthtoolChannelSetRequest
impl EthtoolChannelSetRequest
pub fn rx_count(self, count: u32) -> Self
pub fn tx_count(self, count: u32) -> Self
pub fn other_count(self, count: u32) -> Self
pub fn combined_count(self, count: u32) -> Self
pub async fn execute( self, ) -> impl TryStream<Ok = GenlMessage<EthtoolMessage>, Error = EthtoolError>
Auto Trait Implementations§
impl Freeze for EthtoolChannelSetRequest
impl !RefUnwindSafe for EthtoolChannelSetRequest
impl Send for EthtoolChannelSetRequest
impl Sync for EthtoolChannelSetRequest
impl Unpin for EthtoolChannelSetRequest
impl !UnwindSafe for EthtoolChannelSetRequest
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