#[repr(C)]
pub struct msdfgen_Shape { pub contours: [u64; 3], pub inverseYAxis: bool, }
Expand description

Vector shape representation.

Fields§

§contours: [u64; 3]

The list of contours the shape consists of.

§inverseYAxis: bool

Specifies whether the shape uses bottom-to-top (false) or top-to-bottom (true) Y coordinates.

Implementations§

Trait Implementations§

Formats the value using the given formatter. 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 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.