pub struct JavaBindingGenerator;
Trait Implementations§
Source§impl BindingGenerator for JavaBindingGenerator
impl BindingGenerator for JavaBindingGenerator
Source§fn update_component_configs(
&self,
settings: &GenerationSettings,
components: &mut Vec<Component<Self::Config>>,
) -> Result<()>
fn update_component_configs( &self, settings: &GenerationSettings, components: &mut Vec<Component<Self::Config>>, ) -> Result<()>
Update the various config items in preparation to write one or more of them. Read more
Source§fn write_bindings(
&self,
settings: &GenerationSettings,
components: &[Component<Self::Config>],
) -> Result<()>
fn write_bindings( &self, settings: &GenerationSettings, components: &[Component<Self::Config>], ) -> Result<()>
Writes the bindings to the output directory Read more
Auto Trait Implementations§
impl Freeze for JavaBindingGenerator
impl RefUnwindSafe for JavaBindingGenerator
impl Send for JavaBindingGenerator
impl Sync for JavaBindingGenerator
impl Unpin for JavaBindingGenerator
impl UnwindSafe for JavaBindingGenerator
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