#[repr(C)]pub struct s_mmbuffer {
pub ptr: *mut c_char,
pub size: c_long,
}Fields§
§ptr: *mut c_char§size: c_longTrait Implementations§
Source§impl Clone for s_mmbuffer
impl Clone for s_mmbuffer
Source§fn clone(&self) -> s_mmbuffer
fn clone(&self) -> s_mmbuffer
Returns a duplicate 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 s_mmbuffer
impl Debug for s_mmbuffer
impl Copy for s_mmbuffer
Auto Trait Implementations§
impl Freeze for s_mmbuffer
impl RefUnwindSafe for s_mmbuffer
impl !Send for s_mmbuffer
impl !Sync for s_mmbuffer
impl Unpin for s_mmbuffer
impl UnwindSafe for s_mmbuffer
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