pub enum OpBindTxDoRequest {
Ifindex(u32),
Fd(u32),
}Available on crate feature
netdev only.Expand description
Bind dmabuf to netdev for TX
Variants§
Implementations§
Source§impl OpBindTxDoRequest
impl OpBindTxDoRequest
pub fn new<'a>(buf: &'a [u8]) -> IterableOpBindTxDoRequest<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpBindTxDoRequest
impl Clone for OpBindTxDoRequest
Source§fn clone(&self) -> OpBindTxDoRequest
fn clone(&self) -> OpBindTxDoRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpBindTxDoRequest
impl RefUnwindSafe for OpBindTxDoRequest
impl Send for OpBindTxDoRequest
impl Sync for OpBindTxDoRequest
impl Unpin for OpBindTxDoRequest
impl UnwindSafe for OpBindTxDoRequest
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