pub struct LinkerOptions {
pub output_path: Option<String>,
}Expand description
Options to configure the parser with.
Fields§
§output_path: Option<String>The path of the executable that the linker will generate.
Auto Trait Implementations§
impl Freeze for LinkerOptions
impl RefUnwindSafe for LinkerOptions
impl Send for LinkerOptions
impl Sync for LinkerOptions
impl Unpin for LinkerOptions
impl UnwindSafe for LinkerOptions
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