#[repr(u32)]pub enum In6AddrGenMode {
Eui64 = 0,
None = 1,
StablePrivacy = 2,
Random = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for In6AddrGenMode
impl Clone for In6AddrGenMode
Source§fn clone(&self) -> In6AddrGenMode
fn clone(&self) -> In6AddrGenMode
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 In6AddrGenMode
impl Debug for In6AddrGenMode
Source§impl Hash for In6AddrGenMode
impl Hash for In6AddrGenMode
Source§impl PartialEq for In6AddrGenMode
impl PartialEq for In6AddrGenMode
impl Copy for In6AddrGenMode
impl Eq for In6AddrGenMode
impl StructuralPartialEq for In6AddrGenMode
Auto Trait Implementations§
impl Freeze for In6AddrGenMode
impl RefUnwindSafe for In6AddrGenMode
impl Send for In6AddrGenMode
impl Sync for In6AddrGenMode
impl Unpin for In6AddrGenMode
impl UnwindSafe for In6AddrGenMode
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