#[repr(u8)]pub enum RouterLinkType {
PointToPoint = 1,
Transit = 2,
Stub = 3,
Virtual = 4,
}Expand description
Router LSA link types
Variants§
PointToPoint = 1
Point-to-point connection to another router
Transit = 2
Connection to a transit network
Stub = 3
Connection to a stub network
Virtual = 4
Virtual link
Trait Implementations§
Source§impl Clone for RouterLinkType
impl Clone for RouterLinkType
Source§fn clone(&self) -> RouterLinkType
fn clone(&self) -> RouterLinkType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RouterLinkType
impl Debug for RouterLinkType
Source§impl PartialEq for RouterLinkType
impl PartialEq for RouterLinkType
impl Copy for RouterLinkType
impl Eq for RouterLinkType
impl StructuralPartialEq for RouterLinkType
Auto Trait Implementations§
impl Freeze for RouterLinkType
impl RefUnwindSafe for RouterLinkType
impl Send for RouterLinkType
impl Sync for RouterLinkType
impl Unpin for RouterLinkType
impl UnwindSafe for RouterLinkType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)