Struct uniffi_bindgen::library_mode::Source
source · pub struct Source<Config: BindingsConfig> {
pub package: Package,
pub crate_name: String,
pub ci: ComponentInterface,
pub config: Config,
}
Fields§
§package: Package
§crate_name: String
§ci: ComponentInterface
§config: Config
Trait Implementations§
Auto Trait Implementations§
impl<Config> RefUnwindSafe for Source<Config>where Config: RefUnwindSafe,
impl<Config> Send for Source<Config>where Config: Send,
impl<Config> Sync for Source<Config>where Config: Sync,
impl<Config> Unpin for Source<Config>where Config: Unpin,
impl<Config> UnwindSafe for Source<Config>where Config: UnwindSafe,
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