#[repr(C)]pub struct mem_t {
pub _eof: bool,
pub _ptr: *mut u8,
pub _base: *mut u8,
pub _cnt: u32,
pub _bufsiz: u32,
}Fields§
§_eof: bool§_ptr: *mut u8§_base: *mut u8§_cnt: u32§_bufsiz: u32Trait Implementations§
Auto Trait Implementations§
impl !Send for mem_t
impl !Sync for mem_t
impl Freeze for mem_t
impl RefUnwindSafe for mem_t
impl Unpin for mem_t
impl UnsafeUnpin for mem_t
impl UnwindSafe for mem_t
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