#[repr(u8)]pub enum LsaType {
RouterLsa = 1,
NetworkLsa = 2,
}Expand description
LSA types
Variants§
Trait Implementations§
Source§impl Ord for LsaType
impl Ord for LsaType
Source§impl PartialOrd for LsaType
impl PartialOrd for LsaType
impl Copy for LsaType
impl Eq for LsaType
impl StructuralPartialEq for LsaType
Auto Trait Implementations§
impl Freeze for LsaType
impl RefUnwindSafe for LsaType
impl Send for LsaType
impl Sync for LsaType
impl Unpin for LsaType
impl UnwindSafe for LsaType
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)