pub struct Ospfv3LinkStateType(pub u16);
Tuple Fields§
§0: u16
Implementations§
Source§impl Ospfv3LinkStateType
impl Ospfv3LinkStateType
pub const RouterLSA: Ospfv3LinkStateType
pub const NetworkLSA: Ospfv3LinkStateType
pub const InterAreaPrefixLSA: Ospfv3LinkStateType
pub const InterAreaRouterLSA: Ospfv3LinkStateType
pub const ASExternalLSA: Ospfv3LinkStateType
pub const NSSALSA: Ospfv3LinkStateType
pub const LinkLSA: Ospfv3LinkStateType
pub const IntraAreaPrefixLSA: Ospfv3LinkStateType
Trait Implementations§
Source§impl Clone for Ospfv3LinkStateType
impl Clone for Ospfv3LinkStateType
Source§fn clone(&self) -> Ospfv3LinkStateType
fn clone(&self) -> Ospfv3LinkStateType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Ospfv3LinkStateType
impl Debug for Ospfv3LinkStateType
Source§impl Default for Ospfv3LinkStateType
impl Default for Ospfv3LinkStateType
Source§fn default() -> Ospfv3LinkStateType
fn default() -> Ospfv3LinkStateType
Returns the “default value” for a type. Read more
Source§impl Display for Ospfv3LinkStateType
impl Display for Ospfv3LinkStateType
Source§impl<'nom> Parse<&'nom [u8]> for Ospfv3LinkStateType
impl<'nom> Parse<&'nom [u8]> for Ospfv3LinkStateType
Source§impl PartialEq for Ospfv3LinkStateType
impl PartialEq for Ospfv3LinkStateType
impl Copy for Ospfv3LinkStateType
impl Eq for Ospfv3LinkStateType
impl StructuralPartialEq for Ospfv3LinkStateType
Auto Trait Implementations§
impl Freeze for Ospfv3LinkStateType
impl RefUnwindSafe for Ospfv3LinkStateType
impl Send for Ospfv3LinkStateType
impl Sync for Ospfv3LinkStateType
impl Unpin for Ospfv3LinkStateType
impl UnwindSafe for Ospfv3LinkStateType
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