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