Struct scratchstack_wrapper_aws_lc::buf_mem_st
source · Fields
length: usize
data: *mut c_char
max: usize
Trait Implementations
sourceimpl Clone for buf_mem_st
impl Clone for buf_mem_st
sourcefn clone(&self) -> buf_mem_st
fn clone(&self) -> buf_mem_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for buf_mem_st
impl Debug for buf_mem_st
sourceimpl Default for buf_mem_st
impl Default for buf_mem_st
sourceimpl PartialEq<buf_mem_st> for buf_mem_st
impl PartialEq<buf_mem_st> for buf_mem_st
sourcefn eq(&self, other: &buf_mem_st) -> bool
fn eq(&self, other: &buf_mem_st) -> bool
impl Copy for buf_mem_st
impl Eq for buf_mem_st
impl StructuralEq for buf_mem_st
impl StructuralPartialEq for buf_mem_st
Auto Trait Implementations
impl RefUnwindSafe for buf_mem_st
impl !Send for buf_mem_st
impl !Sync for buf_mem_st
impl Unpin for buf_mem_st
impl UnwindSafe for buf_mem_st
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more