Type Definition linux_unsafe::uint
source · pub type uint = c_uint;Expand description
The primary unsigned integer type for the current platform.
Trait Implementations§
source§impl AsRawV for uint
impl AsRawV for uint
fn from_raw_result(raw: V) -> Self
fn to_raw_arg(self) -> V
source§fn raw_is_void(self) -> bool
fn raw_is_void(self) -> bool
Determines whether this value should represent the absense of a
value when used in a context where that makes sense, such as
in the final argument of either
crate::ioctl or crate::fcntl
when the operation does not use the final argument.