#[repr(C)]
pub struct RUPolygonFFuncs { pub destroy: extern "C" fn(self_c: *const RUBase), pub swap: extern "C" fn(self_c: *const RUBase, other: *const RUBase), pub to_polygon: extern "C" fn(self_c: *const RUBase) -> RUPolygon, pub is_closed: extern "C" fn(self_c: *const RUBase) -> bool, pub bounding_rect: extern "C" fn(self_c: *const RUBase) -> RURectF, pub contains_point: extern "C" fn(self_c: *const RUBase, pt: *const RUBase, fill_rule: u32) -> bool, pub united: extern "C" fn(self_c: *const RUBase, r: *const RUBase) -> RUPolygonF, pub intersected: extern "C" fn(self_c: *const RUBase, r: *const RUBase) -> RUPolygonF, pub intersects: extern "C" fn(self_c: *const RUBase, r: *const RUBase) -> bool, }

Fields

destroy: extern "C" fn(self_c: *const RUBase)swap: extern "C" fn(self_c: *const RUBase, other: *const RUBase)to_polygon: extern "C" fn(self_c: *const RUBase) -> RUPolygonis_closed: extern "C" fn(self_c: *const RUBase) -> boolbounding_rect: extern "C" fn(self_c: *const RUBase) -> RURectFcontains_point: extern "C" fn(self_c: *const RUBase, pt: *const RUBase, fill_rule: u32) -> boolunited: extern "C" fn(self_c: *const RUBase, r: *const RUBase) -> RUPolygonFintersected: extern "C" fn(self_c: *const RUBase, r: *const RUBase) -> RUPolygonFintersects: extern "C" fn(self_c: *const RUBase, r: *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.