pub struct Ospfv3IPv6AddressPrefix {
pub prefix_length: u8,
pub prefix_options: u8,
pub reserved: u16,
pub address_prefix: Vec<u8>,
}
Fields§
§prefix_length: u8
§prefix_options: u8
§reserved: u16
§address_prefix: Vec<u8>
Trait Implementations§
Source§impl Debug for Ospfv3IPv6AddressPrefix
impl Debug for Ospfv3IPv6AddressPrefix
Source§impl<'nom> Parse<&'nom [u8]> for Ospfv3IPv6AddressPrefix
impl<'nom> Parse<&'nom [u8]> for Ospfv3IPv6AddressPrefix
Auto Trait Implementations§
impl Freeze for Ospfv3IPv6AddressPrefix
impl RefUnwindSafe for Ospfv3IPv6AddressPrefix
impl Send for Ospfv3IPv6AddressPrefix
impl Sync for Ospfv3IPv6AddressPrefix
impl Unpin for Ospfv3IPv6AddressPrefix
impl UnwindSafe for Ospfv3IPv6AddressPrefix
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