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