pub enum Dot15d4Addr {
None,
Short(u16),
Long(u64),
}Expand description
Address specification for the builder.
Variants§
Trait Implementations§
Source§impl Clone for Dot15d4Addr
impl Clone for Dot15d4Addr
Source§fn clone(&self) -> Dot15d4Addr
fn clone(&self) -> Dot15d4Addr
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 moreAuto Trait Implementations§
impl Freeze for Dot15d4Addr
impl RefUnwindSafe for Dot15d4Addr
impl Send for Dot15d4Addr
impl Sync for Dot15d4Addr
impl Unpin for Dot15d4Addr
impl UnsafeUnpin for Dot15d4Addr
impl UnwindSafe for Dot15d4Addr
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