pub struct OspfRouterTOS {
pub tos: u8,
pub reserved: u8,
pub metric: u16,
}
Expand description
OSPF Router Type Of Service (TOS)
Fields§
§tos: u8
§reserved: u8
§metric: u16
Trait Implementations§
Source§impl Debug for OspfRouterTOS
impl Debug for OspfRouterTOS
Source§impl<'nom> Parse<&'nom [u8]> for OspfRouterTOS
impl<'nom> Parse<&'nom [u8]> for OspfRouterTOS
Auto Trait Implementations§
impl Freeze for OspfRouterTOS
impl RefUnwindSafe for OspfRouterTOS
impl Send for OspfRouterTOS
impl Sync for OspfRouterTOS
impl Unpin for OspfRouterTOS
impl UnwindSafe for OspfRouterTOS
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