#[repr(C)]pub struct R_GE_gcontext {}
Fields§
§col: i32
§fill: i32
§gamma: f64
§lwd: f64
§lty: i32
§lend: R_GE_lineend
§ljoin: R_GE_linejoin
§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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more