rustix::thread

Function current_tagged_address_mode

source
pub fn current_tagged_address_mode() -> Result<(Option<TaggedAddressMode>, u32)>
Expand description

Get the current tagged address mode for the calling thread.

§References