Struct wit_bindgen_csharp::Opts
source · pub struct Opts {
pub string_encoding: StringEncoding,
pub generate_stub: bool,
pub runtime: CSharpRuntime,
}
Fields§
§string_encoding: StringEncoding
Whether or not to generate a stub class for exported functions
generate_stub: bool
§runtime: CSharpRuntime
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Opts
impl Send for Opts
impl Sync for Opts
impl Unpin for Opts
impl UnwindSafe for Opts
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