Function current_tagged_address_mode

Source
pub fn current_tagged_address_mode() -> Result<(Option<TaggedAddressMode>, u32)>
Available on crate feature thread only.
Expand description

Get the current tagged address mode for the calling thread.

§References