Struct direct2d::math::ArcSegment [] [src]

#[repr(C)]
pub struct ArcSegment(pub D2D1_ARC_SEGMENT);

Methods

impl ArcSegment
[src]

Create a counter-clockwise small arc

Create a counter-clockwise large arc

Create a clockwise small arc

Create a counter-clockwise small arc

Trait Implementations

impl Copy for ArcSegment
[src]

impl Clone for ArcSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ArcSegment
[src]

Formats the value using the given formatter.

impl Deref for ArcSegment
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for ArcSegment
[src]

The method called to mutably dereference a value