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