#[repr(i32)]pub enum LlvmServicesDialect {
Unspecified = 0,
Att = 1,
Intel = 2,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for LlvmServicesDialect
impl Send for LlvmServicesDialect
impl Sync for LlvmServicesDialect
impl Unpin for LlvmServicesDialect
impl UnwindSafe for LlvmServicesDialect
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