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