pub enum ConfigV6 {
None,
Static(StaticConfigV6),
}
Expand description
Network stack IPv6 configuration.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigV6
impl RefUnwindSafe for ConfigV6
impl Send for ConfigV6
impl Sync for ConfigV6
impl Unpin for ConfigV6
impl UnwindSafe for ConfigV6
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)