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