#[repr(C)]pub struct Struct_drawstruct {
pub dest: drawing,
pub hue: rgb,
pub mode: c_int,
pub p: point,
pub linewidth: c_int,
pub fnt: font,
pub crsr: cursor,
}
Fields§
§dest: drawing
§hue: rgb
§mode: c_int
§p: point
§linewidth: c_int
§fnt: font
§crsr: cursor
Trait Implementations§
Source§impl Clone for Struct_drawstruct
impl Clone for Struct_drawstruct
Source§impl Default for Struct_drawstruct
impl Default for Struct_drawstruct
impl Copy for Struct_drawstruct
Auto Trait Implementations§
impl Freeze for Struct_drawstruct
impl RefUnwindSafe for Struct_drawstruct
impl !Send for Struct_drawstruct
impl !Sync for Struct_drawstruct
impl Unpin for Struct_drawstruct
impl UnwindSafe for Struct_drawstruct
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