pub struct LsaKey {
pub ls_type: u8,
pub link_state_id: u32,
pub advertising_router: u32,
}Expand description
Key for LSA database lookup: (type, link_state_id, advertising_router)
Fields§
§ls_type: u8§link_state_id: u32§advertising_router: u32Trait Implementations§
Source§impl Ord for LsaKey
impl Ord for LsaKey
Source§impl PartialOrd for LsaKey
impl PartialOrd for LsaKey
impl Copy for LsaKey
impl Eq for LsaKey
impl StructuralPartialEq for LsaKey
Auto Trait Implementations§
impl Freeze for LsaKey
impl RefUnwindSafe for LsaKey
impl Send for LsaKey
impl Sync for LsaKey
impl Unpin for LsaKey
impl UnwindSafe for LsaKey
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)