pub enum OpDpipeHeadersGetDoReply<'a> {
BusName(&'a CStr),
DevName(&'a CStr),
DpipeHeaders(IterableDlDpipeHeaders<'a>),
}Available on crate feature
devlink only.Expand description
Get dpipe headers attributes.
Variants§
Implementations§
Source§impl OpDpipeHeadersGetDoReply<'_>
impl OpDpipeHeadersGetDoReply<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableOpDpipeHeadersGetDoReply<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for OpDpipeHeadersGetDoReply<'a>
impl<'a> Clone for OpDpipeHeadersGetDoReply<'a>
Source§fn clone(&self) -> OpDpipeHeadersGetDoReply<'a>
fn clone(&self) -> OpDpipeHeadersGetDoReply<'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 OpDpipeHeadersGetDoReply<'a>
impl<'a> RefUnwindSafe for OpDpipeHeadersGetDoReply<'a>
impl<'a> Send for OpDpipeHeadersGetDoReply<'a>
impl<'a> Sync for OpDpipeHeadersGetDoReply<'a>
impl<'a> Unpin for OpDpipeHeadersGetDoReply<'a>
impl<'a> UnwindSafe for OpDpipeHeadersGetDoReply<'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