Struct fcplug_build::Config
source · pub struct Config {
pub idl_file_path: PathBuf,
pub output_dir: PathBuf,
pub impl_ffi_for_unitstruct: Option<UnitLikeStructPath>,
pub go_root_path: Option<PathBuf>,
pub go_mod_path: &'static str,
pub goffi_impl_of_object: Option<GoObjectPath>,
}Fields§
§idl_file_path: PathBuf§output_dir: PathBuf§impl_ffi_for_unitstruct: Option<UnitLikeStructPath>§go_root_path: Option<PathBuf>§go_mod_path: &'static str§goffi_impl_of_object: Option<GoObjectPath>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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