Struct extendr_api::graphics::R_GE_gcontext
source · pub struct R_GE_gcontext {}
Fields§
§col: i32
§fill: i32
§gamma: f64
§lwd: f64
§lty: i32
§lend: u32
§ljoin: u32
§lmitre: f64
§cex: f64
§ps: f64
§lineheight: f64
§fontface: i32
§fontfamily: [i8; 201]
§patternFill: *mut SEXPREC
Trait Implementations§
source§impl Clone for R_GE_gcontext
impl Clone for R_GE_gcontext
source§fn clone(&self) -> R_GE_gcontext
fn clone(&self) -> R_GE_gcontext
Returns a copy 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 more