pub struct SystemcToolchain {
pub version: String,
pub cflags: String,
pub libs: String,
}Expand description
Resolved SystemC toolchain (pkg-config).
Fields§
§version: String§cflags: String§libs: StringTrait Implementations§
Source§impl Clone for SystemcToolchain
impl Clone for SystemcToolchain
Source§fn clone(&self) -> SystemcToolchain
fn clone(&self) -> SystemcToolchain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SystemcToolchain
impl RefUnwindSafe for SystemcToolchain
impl Send for SystemcToolchain
impl Sync for SystemcToolchain
impl Unpin for SystemcToolchain
impl UnsafeUnpin for SystemcToolchain
impl UnwindSafe for SystemcToolchain
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