pub enum DlTrapMetadata {
TrapMetadataTypeInPort(()),
TrapMetadataTypeFaCookie(()),
}Available on crate feature
devlink only.Variants§
Implementations§
Source§impl DlTrapMetadata
impl DlTrapMetadata
pub fn new<'a>(buf: &'a [u8]) -> IterableDlTrapMetadata<'a> ⓘ
Trait Implementations§
Source§impl Clone for DlTrapMetadata
impl Clone for DlTrapMetadata
Source§fn clone(&self) -> DlTrapMetadata
fn clone(&self) -> DlTrapMetadata
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 DlTrapMetadata
impl RefUnwindSafe for DlTrapMetadata
impl Send for DlTrapMetadata
impl Sync for DlTrapMetadata
impl Unpin for DlTrapMetadata
impl UnwindSafe for DlTrapMetadata
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