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