#[repr(C, align(8))]pub struct Importer { /* private fields */ }Implementations§
Source§impl Importer
impl Importer
pub unsafe fn new( source_tree: *mut SourceTree, error_collector: *mut MultiFileErrorCollector, ) -> impl New<Output = Self>
Trait Implementations§
Source§impl ExternType for Importer
impl ExternType for Importer
Source§impl MakeCppStorage for Importer
impl MakeCppStorage for Importer
impl UniquePtrTarget for Importer
impl WeakPtrTarget for Importer
Auto Trait Implementations§
impl Freeze for Importer
impl RefUnwindSafe for Importer
impl !Send for Importer
impl !Sync for Importer
impl !Unpin for Importer
impl UnwindSafe for Importer
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