pub struct NeighborDelete {
pub if_id: u32,
pub destination: IpAddr,
pub link_address: Option<Vec<u8>>,
pub state: Option<NeighbourState>,
pub flags: Option<NeighbourFlags>,
}Fields§
§if_id: u32§destination: IpAddr§link_address: Option<Vec<u8>>§state: Option<NeighbourState>§flags: Option<NeighbourFlags>Trait Implementations§
Source§impl Clone for NeighborDelete
impl Clone for NeighborDelete
Source§fn clone(&self) -> NeighborDelete
fn clone(&self) -> NeighborDelete
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NeighborDelete
impl Debug for NeighborDelete
Source§impl PartialEq for NeighborDelete
impl PartialEq for NeighborDelete
impl StructuralPartialEq for NeighborDelete
Auto Trait Implementations§
impl Freeze for NeighborDelete
impl RefUnwindSafe for NeighborDelete
impl Send for NeighborDelete
impl Sync for NeighborDelete
impl Unpin for NeighborDelete
impl UnsafeUnpin for NeighborDelete
impl UnwindSafe for NeighborDelete
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