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