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 | |
iTabLength | |
iLeftMargin | |
iRightMargin | |
uiLengthDrawn |
Trait Implementations
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