Enum imix::lowpan_frag_dummy::SAC
[−]
[src]
enum SAC { Inline, LLP64, LLP16, LLPIID, Unspecified, Ctx64, Ctx16, CtxIID, }
Variants
Inline
LLP64
LLP16
LLPIID
Unspecified
Ctx64
Ctx16
CtxIID
Trait Implementations
impl Copy for SAC
[src]
impl Clone for SAC
[src]
fn clone(&self) -> SAC
[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