pub struct ScopedIpV4 { /* private fields */ }Expand description
An IPv4 address used in ScopedIp.
Note: IPv4 addresses don’t have scope IDs, but this type is named for consistency with the rest of the addressing system.
Implementations§
Trait Implementations§
Source§impl Clone for ScopedIpV4
impl Clone for ScopedIpV4
Source§fn clone(&self) -> ScopedIpV4
fn clone(&self) -> ScopedIpV4
Returns a duplicate of the value. Read more
1.0.0 · 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 ScopedIpV4
impl Debug for ScopedIpV4
Source§impl Hash for ScopedIpV4
impl Hash for ScopedIpV4
Source§impl PartialEq for ScopedIpV4
impl PartialEq for ScopedIpV4
impl Eq for ScopedIpV4
impl StructuralPartialEq for ScopedIpV4
Auto Trait Implementations§
impl Freeze for ScopedIpV4
impl RefUnwindSafe for ScopedIpV4
impl Send for ScopedIpV4
impl Sync for ScopedIpV4
impl Unpin for ScopedIpV4
impl UnwindSafe for ScopedIpV4
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