pub struct PushOpSbTcPoolBindGetDoRequest<Prev: Rec> { /* private fields */ }Available on crate feature
devlink only.Expand description
Get shared buffer port-TC to pool bindings and threshold.
Implementations§
Source§impl<Prev: Rec> PushOpSbTcPoolBindGetDoRequest<Prev>
impl<Prev: Rec> PushOpSbTcPoolBindGetDoRequest<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_bus_name(self, value: &CStr) -> Self
pub fn push_bus_name_bytes(self, value: &[u8]) -> Self
pub fn push_dev_name(self, value: &CStr) -> Self
pub fn push_dev_name_bytes(self, value: &[u8]) -> Self
pub fn push_port_index(self, value: u32) -> Self
pub fn push_sb_index(self, value: u32) -> Self
Sourcepub fn push_sb_pool_type(self, value: u8) -> Self
pub fn push_sb_pool_type(self, value: u8) -> Self
Associated type: “SbPoolType” (enum)
pub fn push_sb_tc_index(self, value: u16) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpSbTcPoolBindGetDoRequest<Prev>
impl<Prev: Rec> Drop for PushOpSbTcPoolBindGetDoRequest<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpSbTcPoolBindGetDoRequest<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpSbTcPoolBindGetDoRequest<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpSbTcPoolBindGetDoRequest<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpSbTcPoolBindGetDoRequest<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpSbTcPoolBindGetDoRequest<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpSbTcPoolBindGetDoRequest<Prev>where
Prev: UnwindSafe,
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