pub struct Vrrp {
pub payload: Vec<u8>,
/* private fields */
}
Expand description
header of VRRP packet as described in RFC 3768 (5.1)
Fields§
§payload: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vrrp
impl RefUnwindSafe for Vrrp
impl Send for Vrrp
impl Sync for Vrrp
impl Unpin for Vrrp
impl UnwindSafe for Vrrp
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