pub(crate) struct Ipv6Config {
pub(crate) address: Ipv6Cidr,
pub(crate) gateway: Option<Ipv6Address>,
}Fields§
§address: Ipv6Cidr§gateway: Option<Ipv6Address>Trait Implementations§
Source§impl Clone for Ipv6Config
impl Clone for Ipv6Config
Source§fn clone(&self) -> Ipv6Config
fn clone(&self) -> Ipv6Config
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 moreAuto Trait Implementations§
impl Freeze for Ipv6Config
impl RefUnwindSafe for Ipv6Config
impl Send for Ipv6Config
impl Sync for Ipv6Config
impl Unpin for Ipv6Config
impl UnsafeUnpin for Ipv6Config
impl UnwindSafe for Ipv6Config
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