pub enum OpNotifyFilterSetDoReply {}Available on crate feature
devlink only.Expand description
Set notification messages socket filter.
Implementations§
Source§impl OpNotifyFilterSetDoReply
impl OpNotifyFilterSetDoReply
pub fn new<'a>(buf: &'a [u8]) -> IterableOpNotifyFilterSetDoReply<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpNotifyFilterSetDoReply
impl Clone for OpNotifyFilterSetDoReply
Source§fn clone(&self) -> OpNotifyFilterSetDoReply
fn clone(&self) -> OpNotifyFilterSetDoReply
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 OpNotifyFilterSetDoReply
impl RefUnwindSafe for OpNotifyFilterSetDoReply
impl Send for OpNotifyFilterSetDoReply
impl Sync for OpNotifyFilterSetDoReply
impl Unpin for OpNotifyFilterSetDoReply
impl UnwindSafe for OpNotifyFilterSetDoReply
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