#[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: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Fixed
impl Send for Fixed
impl Sync for Fixed
impl Unpin for Fixed
impl UnwindSafe for Fixed
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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