#[repr(C)]pub struct LangInfo { /* private fields */ }
Expand description
Information about a loaded language.
Auto Trait Implementations§
impl Freeze for LangInfo
impl RefUnwindSafe for LangInfo
impl !Send for LangInfo
impl !Sync for LangInfo
impl Unpin for LangInfo
impl UnwindSafe for LangInfo
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