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

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

Methods

impl ArcSegment
[src]

[src]

[src]

Create a counter-clockwise small arc

[src]

Create a counter-clockwise large arc

[src]

Create a clockwise small arc

[src]

Create a counter-clockwise small arc

Trait Implementations

impl Copy for ArcSegment
[src]

impl Clone for ArcSegment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for ArcSegment
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for ArcSegment
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl Send for ArcSegment

impl Sync for ArcSegment