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 Freeze for UringCmd16
impl RefUnwindSafe for UringCmd16
impl Send for UringCmd16
impl Sync for UringCmd16
impl Unpin for UringCmd16
impl UnwindSafe for UringCmd16
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