Struct io_uring::types::OpenHow [−][src]
#[repr(transparent)]pub struct OpenHow(_);Expand description
Wrapper around open_how as used in the openat2(2) system
call.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpenHow
impl UnwindSafe for OpenHow
Blanket Implementations
Mutably borrows from an owned value. Read more