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