Enum rustc_hir::lang_items::LangItemGroup
source · pub enum LangItemGroup {
Op,
Fn,
}
Variants
Op
Fn
Auto Trait Implementations
impl RefUnwindSafe for LangItemGroup
impl Send for LangItemGroup
impl Sync for LangItemGroup
impl Unpin for LangItemGroup
impl UnwindSafe for LangItemGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Op
: 0 bytesFn
: 0 bytes