pub struct InoConvertOptions {
pub clang_args: Vec<String>,
pub inject_arduino_include: bool,
}Fields§
§clang_args: Vec<String>§inject_arduino_include: boolTrait Implementations§
Source§impl Clone for InoConvertOptions
impl Clone for InoConvertOptions
Source§fn clone(&self) -> InoConvertOptions
fn clone(&self) -> InoConvertOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InoConvertOptions
impl Debug for InoConvertOptions
Auto Trait Implementations§
impl Freeze for InoConvertOptions
impl RefUnwindSafe for InoConvertOptions
impl Send for InoConvertOptions
impl Sync for InoConvertOptions
impl Unpin for InoConvertOptions
impl UnsafeUnpin for InoConvertOptions
impl UnwindSafe for InoConvertOptions
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