Struct direct2d::math::BrushProperties [] [src]

#[repr(C)]
pub struct BrushProperties(pub D2D1_BRUSH_PROPERTIES);

Methods

impl BrushProperties
[src]

Trait Implementations

impl Copy for BrushProperties
[src]

impl Clone for BrushProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BrushProperties
[src]

Formats the value using the given formatter.

impl Deref for BrushProperties
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for BrushProperties
[src]

The method called to mutably dereference a value

impl Default for BrushProperties
[src]

Returns the "default value" for a type. Read more