#[repr(C)]pub struct io_uring_probe_op {
pub op: c_uchar,
pub resv: c_uchar,
pub flags: c_ushort,
pub resv2: c_uint,
}
Fields§
§op: c_uchar
§resv: c_uchar
§flags: c_ushort
§resv2: c_uint
Trait Implementations§
Source§impl Clone for io_uring_probe_op
impl Clone for io_uring_probe_op
Source§fn clone(&self) -> io_uring_probe_op
fn clone(&self) -> io_uring_probe_op
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_probe_op
impl Debug for io_uring_probe_op
impl Copy for io_uring_probe_op
Auto Trait Implementations§
impl Freeze for io_uring_probe_op
impl RefUnwindSafe for io_uring_probe_op
impl Send for io_uring_probe_op
impl Sync for io_uring_probe_op
impl Unpin for io_uring_probe_op
impl UnwindSafe for io_uring_probe_op
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