#[repr(i32)]pub enum LlvmServicesCodeModel {
    Default = 0,
    Small = 1,
    Kernel = 2,
    Medium = 3,
    Large = 4,
}Variants§
Auto Trait Implementations§
impl Freeze for LlvmServicesCodeModel
impl RefUnwindSafe for LlvmServicesCodeModel
impl Send for LlvmServicesCodeModel
impl Sync for LlvmServicesCodeModel
impl Unpin for LlvmServicesCodeModel
impl UnwindSafe for LlvmServicesCodeModel
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