pub struct RoutingActive { /* private fields */ }Implementations§
Source§impl RoutingActive
impl RoutingActive
Source§impl RoutingActive
impl RoutingActive
pub fn new( src_addr: LogicAddress, active: RoutingActiveType, user_def: Option<u32>, ) -> Self
Trait Implementations§
Source§impl Clone for RoutingActive
impl Clone for RoutingActive
Source§fn clone(&self) -> RoutingActive
fn clone(&self) -> RoutingActive
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 moreSource§impl Debug for RoutingActive
impl Debug for RoutingActive
Source§impl From<RoutingActive> for Vec<u8>
impl From<RoutingActive> for Vec<u8>
Source§fn from(val: RoutingActive) -> Self
fn from(val: RoutingActive) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RoutingActive
impl PartialEq for RoutingActive
Source§impl TryFrom<&[u8]> for RoutingActive
impl TryFrom<&[u8]> for RoutingActive
impl Eq for RoutingActive
impl StructuralPartialEq for RoutingActive
Auto Trait Implementations§
impl Freeze for RoutingActive
impl RefUnwindSafe for RoutingActive
impl Send for RoutingActive
impl Sync for RoutingActive
impl Unpin for RoutingActive
impl UnwindSafe for RoutingActive
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