#[repr(transparent)]pub struct Fixed(pub u32);
Expand description
A file descriptor that has been registered with io_uring using
Submitter::register_files
or Submitter::register_files_sparse
.
This can reduce overhead compared to using Fd
in some cases.
Tuple Fields§
§0: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fixed
impl RefUnwindSafe for Fixed
impl Send for Fixed
impl Sync for Fixed
impl Unpin for Fixed
impl UnwindSafe for Fixed
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