#[repr(u8)]pub enum Compiler {
UNK = 0,
MS = 1,
BC = 2,
WATCOM = 3,
GNU = 6,
VISAGE = 7,
BP = 8,
UNSURE = 128,
}
Variants§
Trait Implementations§
Source§impl Ord for Compiler
impl Ord for Compiler
Source§impl PartialOrd for Compiler
impl PartialOrd for Compiler
impl Copy for Compiler
impl Eq for Compiler
impl StructuralPartialEq for Compiler
Auto Trait Implementations§
impl Freeze for Compiler
impl RefUnwindSafe for Compiler
impl Send for Compiler
impl Sync for Compiler
impl Unpin for Compiler
impl UnwindSafe for Compiler
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