Struct io_uring::types::Fixed [−][src]
#[repr(transparent)]pub struct Fixed(pub u32);Expand description
A file descriptor that has been registered with io_uring using
Submitter::register_files. This can reduce overhead
compared to using Fd in some cases.
Tuple Fields
0: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Fixed
impl UnwindSafe for Fixed
Blanket Implementations
Mutably borrows from an owned value. Read more