Struct wit_bindgen_c::Opts
source · pub struct Opts {
pub no_helpers: bool,
pub string_encoding: StringEncoding,
pub no_sig_flattening: bool,
}Fields§
§no_helpers: boolSkip emitting component allocation helper functions
string_encoding: StringEncodingSet component string encoding
no_sig_flattening: boolImplementations§
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