pub enum R9Use {
GeneralPurpose,
Pid,
Tls,
}Expand description
How R9 should be displayed
Variants§
GeneralPurpose
R9 or V6.
Pid
Position-independent data (PID). If true, R9 will display as SB (static base).
Tls
Thread-local storage (TLS). If true, R9 will display as TR (TLS register).
Trait Implementations§
impl Copy for R9Use
impl Eq for R9Use
impl StructuralPartialEq for R9Use
Auto Trait Implementations§
impl Freeze for R9Use
impl RefUnwindSafe for R9Use
impl Send for R9Use
impl Sync for R9Use
impl Unpin for R9Use
impl UnwindSafe for R9Use
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more