enum SAC {
Inline,
LLP64,
LLP16,
LLPIID,
Unspecified,
Ctx64,
Ctx16,
CtxIID,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SAC
impl RefUnwindSafe for SAC
impl Send for SAC
impl Sync for SAC
impl Unpin for SAC
impl UnwindSafe for SAC
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