pub struct MountedEventfs(/* private fields */);
Expand description
Represents a mounted EventFD pseudo-filesystem.
Operating on this filesystem is done only via the native, unsafe sys::eventfd_*
function.
pub struct MountedEventfs(/* private fields */);
Represents a mounted EventFD pseudo-filesystem.
Operating on this filesystem is done only via the native, unsafe sys::eventfd_*
function.