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 moresource§impl Debug for evp_encode_ctx_st
impl Debug for evp_encode_ctx_st
source§impl Default for evp_encode_ctx_st
impl Default for evp_encode_ctx_st
source§impl PartialEq<evp_encode_ctx_st> for evp_encode_ctx_st
impl PartialEq<evp_encode_ctx_st> for evp_encode_ctx_st
source§fn eq(&self, other: &evp_encode_ctx_st) -> bool
fn eq(&self, other: &evp_encode_ctx_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.