Type Definition linux_unsafe::size_t
source · pub type size_t = usize;Expand description
The unsigned size type for the current platform.
Trait Implementations§
source§impl AsRawV for size_t
impl AsRawV for size_t
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.