pub enum OpDeladdrDoReply {}Available on crate feature
rt-addr only.Expand description
Remove address
Implementations§
Source§impl OpDeladdrDoReply
impl OpDeladdrDoReply
pub fn new<'a>(buf: &'a [u8]) -> (PushIfaddrmsg, IterableOpDeladdrDoReply<'a>)
Trait Implementations§
Source§impl Clone for OpDeladdrDoReply
impl Clone for OpDeladdrDoReply
Source§fn clone(&self) -> OpDeladdrDoReply
fn clone(&self) -> OpDeladdrDoReply
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 OpDeladdrDoReply
impl RefUnwindSafe for OpDeladdrDoReply
impl Send for OpDeladdrDoReply
impl Sync for OpDeladdrDoReply
impl Unpin for OpDeladdrDoReply
impl UnwindSafe for OpDeladdrDoReply
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