Struct uniffi_bindgen::bindings::swift::Bindings   
source · pub struct Bindings {
    library: String,
    header: String,
    modulemap: Option<String>,
}Expand description
The Swift bindings generated from a ComponentInterface.
Fields§
§library: StringThe contents of the generated .swift file, as a string.
header: StringThe contents of the generated .h file, as a string.
modulemap: Option<String>The contents of the generated .modulemap file, as a string.
Auto Trait Implementations§
impl RefUnwindSafe for Bindings
impl Send for Bindings
impl Sync for Bindings
impl Unpin for Bindings
impl UnwindSafe for Bindings
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