Struct aws_lc_sys::evp_encode_ctx_st
source · #[repr(C)]pub struct evp_encode_ctx_st {
pub data_used: c_uint,
pub data: [u8; 48],
pub eof_seen: c_char,
pub error_encountered: c_char,
}Fields§
§data_used: c_uint§data: [u8; 48]§eof_seen: c_char§error_encountered: c_charTrait Implementations§
source§impl Clone for evp_encode_ctx_st
impl Clone for evp_encode_ctx_st
source§fn clone(&self) -> evp_encode_ctx_st
fn clone(&self) -> evp_encode_ctx_st
Returns a copy 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 more