Struct iui::draw::BrushRef[][src]

pub struct BrushRef<'a> { /* fields omitted */ }
[]

A reference to a DrawBrush

Methods

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

[]

Return the underlying uiDrawBrush for this BrushRef as a mutable pointer.

Trait Implementations

impl<'a> Clone for BrushRef<'a>
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl<'a> Debug for BrushRef<'a>
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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