[−][src]Struct breadx::display::GcParameters
Fields
function: Option<Gx>plane_mask: Option<u32>foreground: Option<u32>background: Option<u32>line_width: Option<u32>line_style: Option<LineStyle>cap_style: Option<CapStyle>join_style: Option<JoinStyle>fill_style: Option<FillStyle>fill_rule: Option<FillRule>tile: Option<Pixmap>stipple: Option<Pixmap>tile_stipple_x_origin: Option<i32>tile_stipple_y_origin: Option<i32>font: Option<Font>subwindow_mode: Option<SubwindowMode>graphics_exposures: Option<u32>clip_x_origin: Option<i32>clip_y_origin: Option<i32>clip_mask: Option<Pixmap>dash_offset: Option<u32>dashes: Option<u32>arc_mode: Option<ArcMode>Trait Implementations
impl Clone for GcParameters[src]
pub fn clone(&self) -> GcParameters[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for GcParameters[src]
impl Debug for GcParameters[src]
impl Default for GcParameters[src]
pub fn default() -> GcParameters[src]
impl Eq for GcParameters[src]
impl PartialEq<GcParameters> for GcParameters[src]
pub fn eq(&self, other: &GcParameters) -> bool[src]
pub fn ne(&self, other: &GcParameters) -> bool[src]
impl StructuralEq for GcParameters[src]
impl StructuralPartialEq for GcParameters[src]
Auto Trait Implementations
impl RefUnwindSafe for GcParameters[src]
impl Send for GcParameters[src]
impl Sync for GcParameters[src]
impl Unpin for GcParameters[src]
impl UnwindSafe for GcParameters[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,