#[repr(C)]pub struct mem_s {
pub pblk: pblk_t,
pub buf_type: packbuf_t,
pub pool: *mut pool_t,
pub size: siz_t,
}Fields§
§pblk: pblk_t§buf_type: packbuf_t§pool: *mut pool_t§size: siz_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for mem_s
impl RefUnwindSafe for mem_s
impl !Send for mem_s
impl !Sync for mem_s
impl Unpin for mem_s
impl UnwindSafe for mem_s
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