pub enum OpSbTcPoolBindGetDumpReply<'a> {
BusName(&'a CStr),
DevName(&'a CStr),
PortIndex(u32),
SbIndex(u32),
SbPoolType(u8),
SbTcIndex(u16),
}Available on crate feature
devlink only.Expand description
Get shared buffer port-TC to pool bindings and threshold.
Variants§
BusName(&'a CStr)
DevName(&'a CStr)
PortIndex(u32)
SbIndex(u32)
SbPoolType(u8)
Associated type: “SbPoolType” (enum)
SbTcIndex(u16)
Implementations§
Source§impl OpSbTcPoolBindGetDumpReply<'_>
impl OpSbTcPoolBindGetDumpReply<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableOpSbTcPoolBindGetDumpReply<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for OpSbTcPoolBindGetDumpReply<'a>
impl<'a> Clone for OpSbTcPoolBindGetDumpReply<'a>
Source§fn clone(&self) -> OpSbTcPoolBindGetDumpReply<'a>
fn clone(&self) -> OpSbTcPoolBindGetDumpReply<'a>
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<'a> Freeze for OpSbTcPoolBindGetDumpReply<'a>
impl<'a> RefUnwindSafe for OpSbTcPoolBindGetDumpReply<'a>
impl<'a> Send for OpSbTcPoolBindGetDumpReply<'a>
impl<'a> Sync for OpSbTcPoolBindGetDumpReply<'a>
impl<'a> Unpin for OpSbTcPoolBindGetDumpReply<'a>
impl<'a> UnwindSafe for OpSbTcPoolBindGetDumpReply<'a>
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