#[repr(C)]pub struct io_uring_buf {
pub addr: c_ulonglong,
pub len: c_uint,
pub bid: c_ushort,
pub resv: c_ushort,
}
Fields§
§addr: c_ulonglong
§len: c_uint
§bid: c_ushort
§resv: c_ushort
Trait Implementations§
Source§impl Clone for io_uring_buf
impl Clone for io_uring_buf
Source§fn clone(&self) -> io_uring_buf
fn clone(&self) -> io_uring_buf
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for io_uring_buf
impl Debug for io_uring_buf
impl Copy for io_uring_buf
Auto Trait Implementations§
impl Freeze for io_uring_buf
impl RefUnwindSafe for io_uring_buf
impl Send for io_uring_buf
impl Sync for io_uring_buf
impl Unpin for io_uring_buf
impl UnwindSafe for io_uring_buf
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