pub struct OspfLinkStateRequest {
pub link_state_type: u32,
pub link_state_id: u32,
pub advertising_router: u32,
}
Fields§
§link_state_type: u32
§link_state_id: u32
§advertising_router: u32
Implementations§
Source§impl OspfLinkStateRequest
impl OspfLinkStateRequest
pub fn link_state_id(&self) -> Ipv4Addr
pub fn advertising_router(&self) -> Ipv4Addr
Trait Implementations§
Source§impl Debug for OspfLinkStateRequest
impl Debug for OspfLinkStateRequest
Source§impl<'nom> Parse<&'nom [u8]> for OspfLinkStateRequest
impl<'nom> Parse<&'nom [u8]> for OspfLinkStateRequest
Auto Trait Implementations§
impl Freeze for OspfLinkStateRequest
impl RefUnwindSafe for OspfLinkStateRequest
impl Send for OspfLinkStateRequest
impl Sync for OspfLinkStateRequest
impl Unpin for OspfLinkStateRequest
impl UnwindSafe for OspfLinkStateRequest
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