Type Alias twizzler_runtime_api::RawFd
source · pub type RawFd = u32;
Expand description
A identifier for a Twizzler object that allows File-like IO The data backing RawFd holds the position of the file cursor and a reference to the object that stores the file’s data.