#[repr(C)]
pub union io_uring_restriction_op_flags {
/* private fields */
}Auto Trait Implementations
impl RefUnwindSafe for io_uring_restriction_op_flags
impl Send for io_uring_restriction_op_flags
impl Sync for io_uring_restriction_op_flags
impl Unpin for io_uring_restriction_op_flags
impl UnwindSafe for io_uring_restriction_op_flags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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