esp_idf_svc::io::vfsStruct MountedEventfs
Source pub struct MountedEventfs();
Expand description
Represents a mounted EventFD pseudo-filesystem.
Operating on this filesystem is done only via the native, unsafe sys::eventfd_*
function.
Mount the EventFD pseudo-filesystem.
§Arguments
max_fds
: The maximum number of file descriptors to allocate.
Executes the destructor for this type.
Read more
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.