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