Struct aws_lc_sys::buf_mem_st
source · Fields§
§length: usize§data: *mut c_char§max: usizeTrait Implementations§
source§impl Clone for buf_mem_st
impl Clone for buf_mem_st
source§fn clone(&self) -> buf_mem_st
fn clone(&self) -> buf_mem_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 buf_mem_st
impl Debug for buf_mem_st
source§impl Default for buf_mem_st
impl Default for buf_mem_st
source§impl PartialEq<buf_mem_st> for buf_mem_st
impl PartialEq<buf_mem_st> for buf_mem_st
source§fn eq(&self, other: &buf_mem_st) -> bool
fn eq(&self, other: &buf_mem_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.