#[repr(C)]pub struct buf_ring_bufs_struct {
pub bufs: IncompleteArrayField<io_uring_buf>,
}
Available on crate feature
io_uring
only.Fields§
§bufs: IncompleteArrayField<io_uring_buf>
Trait Implementations§
Source§impl Debug for buf_ring_bufs_struct
impl Debug for buf_ring_bufs_struct
Source§impl Default for buf_ring_bufs_struct
impl Default for buf_ring_bufs_struct
Source§fn default() -> buf_ring_bufs_struct
fn default() -> buf_ring_bufs_struct
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for buf_ring_bufs_struct
impl RefUnwindSafe for buf_ring_bufs_struct
impl !Send for buf_ring_bufs_struct
impl !Sync for buf_ring_bufs_struct
impl Unpin for buf_ring_bufs_struct
impl UnwindSafe for buf_ring_bufs_struct
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