Enum libR_sys::R_GE_lineend
source · #[repr(u32)]pub enum R_GE_lineend {
GE_ROUND_CAP = 1,
GE_BUTT_CAP = 2,
GE_SQUARE_CAP = 3,
}
Expand description
Some line end/join constants
Variants§
Trait Implementations§
source§impl Clone for R_GE_lineend
impl Clone for R_GE_lineend
source§fn clone(&self) -> R_GE_lineend
fn clone(&self) -> R_GE_lineend
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_lineend
impl Debug for R_GE_lineend
source§impl Hash for R_GE_lineend
impl Hash for R_GE_lineend
source§impl PartialEq for R_GE_lineend
impl PartialEq for R_GE_lineend
impl Copy for R_GE_lineend
impl Eq for R_GE_lineend
impl StructuralPartialEq for R_GE_lineend
Auto Trait Implementations§
impl Freeze for R_GE_lineend
impl RefUnwindSafe for R_GE_lineend
impl Send for R_GE_lineend
impl Sync for R_GE_lineend
impl Unpin for R_GE_lineend
impl UnwindSafe for R_GE_lineend
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)