#[repr(C)]
pub struct RUPaintEngineStateFuncs {
Show 17 fields pub destroy: extern "C" fn(self_c: *const RUBase), pub state: extern "C" fn(self_c: *const RUBase) -> i32, pub pen: extern "C" fn(self_c: *const RUBase) -> RUPen, pub brush: extern "C" fn(self_c: *const RUBase) -> RUBrush, pub brush_origin: extern "C" fn(self_c: *const RUBase) -> RUPointF, pub background_brush: extern "C" fn(self_c: *const RUBase) -> RUBrush, pub background_mode: extern "C" fn(self_c: *const RUBase) -> i32, pub font: extern "C" fn(self_c: *const RUBase) -> RUFont, pub clip_operation: extern "C" fn(self_c: *const RUBase) -> i32, pub clip_region: extern "C" fn(self_c: *const RUBase) -> RURegion, pub is_clip_enabled: extern "C" fn(self_c: *const RUBase) -> bool, pub render_hints: extern "C" fn(self_c: *const RUBase) -> i32, pub composition_mode: extern "C" fn(self_c: *const RUBase) -> i32, pub opacity: extern "C" fn(self_c: *const RUBase) -> f32, pub painter: extern "C" fn(self_c: *const RUBase) -> RUPainter, pub brush_needs_resolving: extern "C" fn(self_c: *const RUBase) -> bool, pub pen_needs_resolving: extern "C" fn(self_c: *const RUBase) -> bool,
}

Fields

destroy: extern "C" fn(self_c: *const RUBase)state: extern "C" fn(self_c: *const RUBase) -> i32pen: extern "C" fn(self_c: *const RUBase) -> RUPenbrush: extern "C" fn(self_c: *const RUBase) -> RUBrushbrush_origin: extern "C" fn(self_c: *const RUBase) -> RUPointFbackground_brush: extern "C" fn(self_c: *const RUBase) -> RUBrushbackground_mode: extern "C" fn(self_c: *const RUBase) -> i32font: extern "C" fn(self_c: *const RUBase) -> RUFontclip_operation: extern "C" fn(self_c: *const RUBase) -> i32clip_region: extern "C" fn(self_c: *const RUBase) -> RURegionis_clip_enabled: extern "C" fn(self_c: *const RUBase) -> boolrender_hints: extern "C" fn(self_c: *const RUBase) -> i32composition_mode: extern "C" fn(self_c: *const RUBase) -> i32opacity: extern "C" fn(self_c: *const RUBase) -> f32painter: extern "C" fn(self_c: *const RUBase) -> RUPainterbrush_needs_resolving: extern "C" fn(self_c: *const RUBase) -> boolpen_needs_resolving: extern "C" fn(self_c: *const RUBase) -> bool

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.