Struct mbedtls_sys::xtea_context
[−]
[src]
#[repr(C)]pub struct xtea_context { pub k: [uint32_t; 4], }
Fields
k: [uint32_t; 4]
Trait Implementations
impl Copy for xtea_context[src]
impl Clone for xtea_context[src]
fn clone(&self) -> xtea_context
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more