Struct winapi::um::winuser::DRAWTEXTPARAMS
source · #[repr(C)]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§
source§impl Clone for DRAWTEXTPARAMS
impl Clone for DRAWTEXTPARAMS
source§fn clone(&self) -> DRAWTEXTPARAMS
fn clone(&self) -> DRAWTEXTPARAMS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DRAWTEXTPARAMS
impl Default for DRAWTEXTPARAMS
source§fn default() -> DRAWTEXTPARAMS
fn default() -> DRAWTEXTPARAMS
Returns the “default value” for a type. Read more