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