sel4_async_block_io_fat ::filesystem Struct SearchIdGenerator Copy item path Source pub struct SearchIdGenerator { }
Expand description A Search ID generator.
This object will always return a different ID.
Well, it will wrap after 2**32
IDs. But most systems won’t open that many
files, and if they do, they are unlikely to hold one file open and then
open/close 2**32 - 1
others.
Create a new generator of Search IDs.
Immutably borrows from an owned value.
Read more Mutably borrows from an owned value.
Read more Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.