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