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