pub enum OpPortDelDoReply {}Available on crate feature
devlink only.Expand description
Delete devlink port instances.
Implementations§
Source§impl OpPortDelDoReply
impl OpPortDelDoReply
pub fn new<'a>(buf: &'a [u8]) -> IterableOpPortDelDoReply<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpPortDelDoReply
impl Clone for OpPortDelDoReply
Source§fn clone(&self) -> OpPortDelDoReply
fn clone(&self) -> OpPortDelDoReply
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 OpPortDelDoReply
impl RefUnwindSafe for OpPortDelDoReply
impl Send for OpPortDelDoReply
impl Sync for OpPortDelDoReply
impl Unpin for OpPortDelDoReply
impl UnwindSafe for OpPortDelDoReply
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