pub enum OpBindTxDoReply {
Id(u32),
}Available on crate feature
netdev only.Expand description
Bind dmabuf to netdev for TX
Variants§
Implementations§
Source§impl OpBindTxDoReply
impl OpBindTxDoReply
pub fn new<'a>(buf: &'a [u8]) -> IterableOpBindTxDoReply<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpBindTxDoReply
impl Clone for OpBindTxDoReply
Source§fn clone(&self) -> OpBindTxDoReply
fn clone(&self) -> OpBindTxDoReply
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 OpBindTxDoReply
impl RefUnwindSafe for OpBindTxDoReply
impl Send for OpBindTxDoReply
impl Sync for OpBindTxDoReply
impl Unpin for OpBindTxDoReply
impl UnwindSafe for OpBindTxDoReply
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