#[repr(C)]pub struct PF_EffectCustomUIOverlayThemeSuite1 {
pub PF_GetPreferredForegroundColor: Option<unsafe extern "C" fn(foreground_colorP: *mut DRAWBOT_ColorRGBA) -> PF_Err>,
pub PF_GetPreferredShadowColor: Option<unsafe extern "C" fn(shadow_colorP: *mut DRAWBOT_ColorRGBA) -> PF_Err>,
pub PF_GetPreferredStrokeWidth: Option<unsafe extern "C" fn(stroke_widthPF: *mut f32) -> PF_Err>,
pub PF_GetPreferredVertexSize: Option<unsafe extern "C" fn(vertex_sizePF: *mut f32) -> PF_Err>,
pub PF_GetPreferredShadowOffset: Option<unsafe extern "C" fn(shadow_offsetP: *mut A_LPoint) -> PF_Err>,
pub PF_StrokePath: Option<unsafe extern "C" fn(drawbot_ref: DRAWBOT_DrawRef, path_ref: DRAWBOT_PathRef, draw_shadowB: PF_Boolean) -> PF_Err>,
pub PF_FillPath: Option<unsafe extern "C" fn(drawbot_ref: DRAWBOT_DrawRef, path_ref: DRAWBOT_PathRef, draw_shadowB: PF_Boolean) -> PF_Err>,
pub PF_FillVertex: Option<unsafe extern "C" fn(drawbot_ref: DRAWBOT_DrawRef, center_pointP: *const A_FloatPoint, draw_shadowB: PF_Boolean) -> PF_Err>,
}Fields§
§PF_GetPreferredForegroundColor: Option<unsafe extern "C" fn(foreground_colorP: *mut DRAWBOT_ColorRGBA) -> PF_Err>§PF_GetPreferredShadowColor: Option<unsafe extern "C" fn(shadow_colorP: *mut DRAWBOT_ColorRGBA) -> PF_Err>§PF_GetPreferredStrokeWidth: Option<unsafe extern "C" fn(stroke_widthPF: *mut f32) -> PF_Err>§PF_GetPreferredVertexSize: Option<unsafe extern "C" fn(vertex_sizePF: *mut f32) -> PF_Err>§PF_GetPreferredShadowOffset: Option<unsafe extern "C" fn(shadow_offsetP: *mut A_LPoint) -> PF_Err>§PF_StrokePath: Option<unsafe extern "C" fn(drawbot_ref: DRAWBOT_DrawRef, path_ref: DRAWBOT_PathRef, draw_shadowB: PF_Boolean) -> PF_Err>§PF_FillPath: Option<unsafe extern "C" fn(drawbot_ref: DRAWBOT_DrawRef, path_ref: DRAWBOT_PathRef, draw_shadowB: PF_Boolean) -> PF_Err>§PF_FillVertex: Option<unsafe extern "C" fn(drawbot_ref: DRAWBOT_DrawRef, center_pointP: *const A_FloatPoint, draw_shadowB: PF_Boolean) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_EffectCustomUIOverlayThemeSuite1
impl Clone for PF_EffectCustomUIOverlayThemeSuite1
Source§fn clone(&self) -> PF_EffectCustomUIOverlayThemeSuite1
fn clone(&self) -> PF_EffectCustomUIOverlayThemeSuite1
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 PF_EffectCustomUIOverlayThemeSuite1
Auto Trait Implementations§
impl Freeze for PF_EffectCustomUIOverlayThemeSuite1
impl RefUnwindSafe for PF_EffectCustomUIOverlayThemeSuite1
impl Send for PF_EffectCustomUIOverlayThemeSuite1
impl Sync for PF_EffectCustomUIOverlayThemeSuite1
impl Unpin for PF_EffectCustomUIOverlayThemeSuite1
impl UnwindSafe for PF_EffectCustomUIOverlayThemeSuite1
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