devela::_dep::rustix::process

Function endian_mode

pub fn endian_mode() -> Result<EndianMode, Errno> 
Available on crate feature dep_rustix only.
Expand description

Get the endianness of the calling process.

§References