devela::_dep::rustix::process

Function set_endian_mode

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

Set the endianness of the calling process.

§References

§Safety

Please ensure the conditions necessary to safely call this function, as detailed in the references above.