pub enum OpSetlinkDoReply {}Available on crate feature
rt-link only.Expand description
Set information about a link.
Implementations§
Source§impl OpSetlinkDoReply
impl OpSetlinkDoReply
pub fn new<'a>(buf: &'a [u8]) -> (PushIfinfomsg, IterableOpSetlinkDoReply<'a>)
Trait Implementations§
Source§impl Clone for OpSetlinkDoReply
impl Clone for OpSetlinkDoReply
Source§fn clone(&self) -> OpSetlinkDoReply
fn clone(&self) -> OpSetlinkDoReply
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 OpSetlinkDoReply
impl RefUnwindSafe for OpSetlinkDoReply
impl Send for OpSetlinkDoReply
impl Sync for OpSetlinkDoReply
impl Unpin for OpSetlinkDoReply
impl UnwindSafe for OpSetlinkDoReply
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