Enum lief::dwarf::compilation_unit::Langs
pub enum Langs {
C,
CPP,
RUST,
DART,
UNKNOWN(u32),
}
Variants§
Trait Implementations§
impl Copy for Langs
impl Eq for Langs
impl StructuralEq for Langs
impl StructuralPartialEq for Langs
Auto Trait Implementations§
impl RefUnwindSafe for Langs
impl Send for Langs
impl Sync for Langs
impl Unpin for Langs
impl UnwindSafe for Langs
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