#[repr(C)]pub struct R_GE_gcontext {}
Fields§
§col: c_int
§fill: c_int
§gamma: f64
§lwd: f64
§lty: c_int
§lend: R_GE_lineend
§ljoin: R_GE_linejoin
§lmitre: f64
§cex: f64
§ps: f64
§lineheight: f64
§fontface: c_int
§fontfamily: [c_char; 201]
§patternFill: SEXP
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 moreSource§impl Debug for R_GE_gcontext
impl Debug for R_GE_gcontext
impl Copy for R_GE_gcontext
Auto Trait Implementations§
impl Freeze for R_GE_gcontext
impl RefUnwindSafe for R_GE_gcontext
impl !Send for R_GE_gcontext
impl !Sync for R_GE_gcontext
impl Unpin for R_GE_gcontext
impl UnwindSafe for R_GE_gcontext
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