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