Struct kernel::process::TbfHeaderTlv  
                   
                       [−]
                   
               [src]
#[repr(C)]struct TbfHeaderTlv { tipe: TbfHeaderTypes, length: u16, }
The TLV header (T and L).
Fields
tipe: TbfHeaderTypes
                           
                           
                           
                           length: u16
                           
            Trait Implementations
impl Clone for TbfHeaderTlv[src]
fn clone(&self) -> TbfHeaderTlv[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