Struct iui::draw::StrokeParamsRef[][src]

pub struct StrokeParamsRef<'a> { /* fields omitted */ }

Methods

impl<'a> StrokeParamsRef<'a>
[src]

Returns the underlying uiDrawStrokeParams.

Trait Implementations

impl<'a> Clone for StrokeParamsRef<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for StrokeParamsRef<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for StrokeParamsRef<'a>

impl<'a> !Sync for StrokeParamsRef<'a>