pub struct CLoweredModule {
pub header_content: String,
pub source_content: String,
pub fuzz_content: Option<String>,
pub prefix: String,
pub emit_fuzz: bool,
}Fields§
§header_content: String§source_content: String§fuzz_content: Option<String>§prefix: String§emit_fuzz: boolAuto Trait Implementations§
impl Freeze for CLoweredModule
impl RefUnwindSafe for CLoweredModule
impl Send for CLoweredModule
impl Sync for CLoweredModule
impl Unpin for CLoweredModule
impl UnsafeUnpin for CLoweredModule
impl UnwindSafe for CLoweredModule
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