pub struct RawOpcode(pub u8);Expand description
Opcode brut IORING_OP_* (couvre aussi les opcodes hors IoUringOpcode,
p. ex. un opcode apparu après 6.12 et détecté par probe).
Tuple Fields§
§0: u8Trait Implementations§
impl Copy for RawOpcode
impl Eq for RawOpcode
impl StructuralPartialEq for RawOpcode
Auto Trait Implementations§
impl Freeze for RawOpcode
impl RefUnwindSafe for RawOpcode
impl Send for RawOpcode
impl Sync for RawOpcode
impl Unpin for RawOpcode
impl UnsafeUnpin for RawOpcode
impl UnwindSafe for RawOpcode
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