Enum imix::lowpan_frag_dummy::DAC
[−]
[src]
enum DAC { Inline, LLP64, LLP16, LLPIID, Ctx64, Ctx16, CtxIID, McastInline, Mcast48, Mcast32, Mcast8, McastCtx, }
Variants
Inline
LLP64
LLP16
LLPIID
Ctx64
Ctx16
CtxIID
McastInline
Mcast48
Mcast32
Mcast8
McastCtx
Trait Implementations
impl Copy for DAC
[src]
impl Clone for DAC
[src]
fn clone(&self) -> DAC
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more