pub struct ExportInfo<'a> {
    pub name: &'a str,
    pub flags: SymbolFlags,
}Fields§
§name: &'a str§flags: SymbolFlagsTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExportInfo<'a>
impl<'a> RefUnwindSafe for ExportInfo<'a>
impl<'a> Send for ExportInfo<'a>
impl<'a> Sync for ExportInfo<'a>
impl<'a> Unpin for ExportInfo<'a>
impl<'a> UnwindSafe for ExportInfo<'a>
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