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