#[repr(C)]pub struct _mbMemBuf {
pub size: c_int,
pub data: *mut c_void,
pub length: usize,
}Fields§
§size: c_int§data: *mut c_void§length: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for _mbMemBuf
impl RefUnwindSafe for _mbMemBuf
impl !Send for _mbMemBuf
impl !Sync for _mbMemBuf
impl Unpin for _mbMemBuf
impl UnwindSafe for _mbMemBuf
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