Struct io_uring::opcode::UringCmd16
source · [−]pub struct UringCmd16 { /* private fields */ }Expand description
A file/device-specific 16-byte command, akin (but not equivalent) to ioctl(2).
Implementations
Auto Trait Implementations
impl RefUnwindSafe for UringCmd16
impl Send for UringCmd16
impl Sync for UringCmd16
impl Unpin for UringCmd16
impl UnwindSafe for UringCmd16
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