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