#[repr(C)]pub struct buf_mem_st {
pub length: usize,
pub data: *mut c_char,
pub max: usize,
}
Fields§
§length: usize
§data: *mut c_char
§max: usize
Trait 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 for buf_mem_st
impl PartialEq for buf_mem_st
impl Copy for buf_mem_st
impl Eq for buf_mem_st
impl StructuralPartialEq for buf_mem_st
Auto Trait Implementations§
impl Freeze for buf_mem_st
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more