#[non_exhaustive]pub struct SlaacConfig {}Expand description
SLAAC configuration, passed to Iface::set_slaac.
There are no knobs yet. Use SlaacConfig::default().
Trait Implementations§
Source§impl Clone for SlaacConfig
impl Clone for SlaacConfig
Source§fn clone(&self) -> SlaacConfig
fn clone(&self) -> SlaacConfig
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 SlaacConfig
Source§impl Debug for SlaacConfig
impl Debug for SlaacConfig
Source§impl Default for SlaacConfig
impl Default for SlaacConfig
Source§fn default() -> SlaacConfig
fn default() -> SlaacConfig
Returns the “default value” for a type. Read more
impl Eq for SlaacConfig
Source§impl PartialEq for SlaacConfig
impl PartialEq for SlaacConfig
impl StructuralPartialEq for SlaacConfig
Auto Trait Implementations§
impl Freeze for SlaacConfig
impl RefUnwindSafe for SlaacConfig
impl Send for SlaacConfig
impl Sync for SlaacConfig
impl Unpin for SlaacConfig
impl UnsafeUnpin for SlaacConfig
impl UnwindSafe for SlaacConfig
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