pub struct EthtoolChannelSetRequest { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for EthtoolChannelSetRequest
impl !RefUnwindSafe for EthtoolChannelSetRequest
impl Send for EthtoolChannelSetRequest
impl Sync for EthtoolChannelSetRequest
impl Unpin for EthtoolChannelSetRequest
impl UnsafeUnpin 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