[][src]Struct bgpdump::records::bgp4plus::SYNC

pub struct SYNC {
    pub view_number: u16,
    pub filename: Vec<u8>,
}

Deprecated: Used to record RIB entries in a file.

Fields

view_number: u16

The view number of this Routing Information Base.

filename: Vec<u8>

The filename of the BGP RIB entries. NULL-terminated.

Trait Implementations

impl Debug for SYNC[src]

Auto Trait Implementations

impl RefUnwindSafe for SYNC

impl Send for SYNC

impl Sync for SYNC

impl Unpin for SYNC

impl UnwindSafe for SYNC

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.