pub struct AwareEndpoint {
pub addr: Ipv6Addr,
pub scope: u32,
pub port: u16,
}Expand description
Each NDP has its own IPv6 scope, so responders bind the scoped address rather than a wildcard.
Fields§
§addr: Ipv6Addr§scope: u32§port: u16Trait Implementations§
Source§impl Clone for AwareEndpoint
impl Clone for AwareEndpoint
Source§fn clone(&self) -> AwareEndpoint
fn clone(&self) -> AwareEndpoint
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 moreimpl Copy for AwareEndpoint
Source§impl Debug for AwareEndpoint
impl Debug for AwareEndpoint
impl Eq for AwareEndpoint
Source§impl PartialEq for AwareEndpoint
impl PartialEq for AwareEndpoint
impl StructuralPartialEq for AwareEndpoint
Auto Trait Implementations§
impl Freeze for AwareEndpoint
impl RefUnwindSafe for AwareEndpoint
impl Send for AwareEndpoint
impl Sync for AwareEndpoint
impl Unpin for AwareEndpoint
impl UnsafeUnpin for AwareEndpoint
impl UnwindSafe for AwareEndpoint
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