Struct psrdada_sys::ipcio_t
source · #[repr(C)]pub struct ipcio_t {
pub buf: ipcbuf_t,
pub curbuf: *mut c_char,
pub curbufsz: u64,
pub bytes: u64,
pub rdwrt: c_char,
pub marked_filled: c_char,
pub sod_pending: c_char,
pub sod_buf: u64,
pub sod_byte: u64,
pub buf_ptrs: *mut *mut c_char,
pub bufs_opened: c_uint,
pub bufs_opened_max: c_uint,
}Fields
buf: ipcbuf_tcurbuf: *mut c_charcurbufsz: u64bytes: u64rdwrt: c_charmarked_filled: c_charsod_pending: c_charsod_buf: u64sod_byte: u64buf_ptrs: *mut *mut c_charbufs_opened: c_uintbufs_opened_max: c_uintTrait Implementations
impl Copy for ipcio_t
Auto Trait Implementations
impl RefUnwindSafe for ipcio_t
impl !Send for ipcio_t
impl !Sync for ipcio_t
impl Unpin for ipcio_t
impl UnwindSafe for ipcio_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more