#[repr(C)]pub struct Tk_Outline {Show 18 fields
pub gc: GC,
pub width: f64,
pub activeWidth: f64,
pub disabledWidth: f64,
pub offset: c_int,
pub dash: Tk_Dash,
pub activeDash: Tk_Dash,
pub disabledDash: Tk_Dash,
pub reserved1: *mut c_void,
pub reserved2: *mut c_void,
pub reserved3: *mut c_void,
pub tsoffset: Tk_TSOffset,
pub color: *mut XColor,
pub activeColor: *mut XColor,
pub disabledColor: *mut XColor,
pub stipple: Pixmap,
pub activeStipple: Pixmap,
pub disabledStipple: Pixmap,
}Fields§
§gc: GC§width: f64§activeWidth: f64§disabledWidth: f64§offset: c_int§dash: Tk_Dash§activeDash: Tk_Dash§disabledDash: Tk_Dash§reserved1: *mut c_void§reserved2: *mut c_void§reserved3: *mut c_void§tsoffset: Tk_TSOffset§color: *mut XColor§activeColor: *mut XColor§disabledColor: *mut XColor§stipple: Pixmap§activeStipple: Pixmap§disabledStipple: PixmapTrait Implementations§
Source§impl Clone for Tk_Outline
impl Clone for Tk_Outline
Source§fn clone(&self) -> Tk_Outline
fn clone(&self) -> Tk_Outline
Returns a duplicate 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 moreimpl Copy for Tk_Outline
Auto Trait Implementations§
impl Freeze for Tk_Outline
impl RefUnwindSafe for Tk_Outline
impl !Send for Tk_Outline
impl !Sync for Tk_Outline
impl Unpin for Tk_Outline
impl UnwindSafe for Tk_Outline
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