pub enum StrategyRegister {
Regular,
Fixed,
}Variants§
Regular
Appropriate Regular non-Fixed filehandles which are not registered with io_uring.
Fixed
Appropriate Fixed filehandles registered with io_uring.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrategyRegister
impl RefUnwindSafe for StrategyRegister
impl Send for StrategyRegister
impl Sync for StrategyRegister
impl Unpin for StrategyRegister
impl UnsafeUnpin for StrategyRegister
impl UnwindSafe for StrategyRegister
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