Struct rboring_sys::buf_mem_st
source · #[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: 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)