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