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