Struct uniffi_bindgen::bindings::swift::gen_swift::SwiftBindingGenerator
source · pub struct SwiftBindingGenerator;
Trait Implementations§
source§impl BindingGenerator for SwiftBindingGenerator
impl BindingGenerator for SwiftBindingGenerator
source§fn write_bindings(
&self,
ci: &ComponentInterface,
config: &Config,
out_dir: &Utf8Path,
try_format_code: bool
) -> Result<()>
fn write_bindings( &self, ci: &ComponentInterface, config: &Config, out_dir: &Utf8Path, try_format_code: bool ) -> Result<()>
Writes the bindings to the output directory Read more
Auto Trait Implementations§
impl RefUnwindSafe for SwiftBindingGenerator
impl Send for SwiftBindingGenerator
impl Sync for SwiftBindingGenerator
impl Unpin for SwiftBindingGenerator
impl UnwindSafe for SwiftBindingGenerator
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