Struct winapi::winuser::DRAWTEXTPARAMS [] [src]

pub struct DRAWTEXTPARAMS {
    pub cbSize: UINT,
    pub iTabLength: c_int,
    pub iLeftMargin: c_int,
    pub iRightMargin: c_int,
    pub uiLengthDrawn: UINT,
}

Fields

cbSize: UINT iTabLength: c_int iLeftMargin: c_int iRightMargin: c_int uiLengthDrawn: UINT

Trait Implementations

impl Debug for DRAWTEXTPARAMS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for DRAWTEXTPARAMS
[src]

impl Clone for DRAWTEXTPARAMS
[src]

fn clone(&self) -> DRAWTEXTPARAMS

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more