Struct winapi::usp10::SCRIPT_TABDEF [] [src]

pub struct SCRIPT_TABDEF {
    pub cTabStops: c_int,
    pub iScale: c_int,
    pub pTabStops: *mut c_int,
    pub iTabOrigin: c_int,
}

Fields

cTabStops: c_int iScale: c_int pTabStops: *mut c_int iTabOrigin: c_int

Trait Implementations

impl Debug for SCRIPT_TABDEF
[src]

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

Formats the value using the given formatter.

impl Copy for SCRIPT_TABDEF
[src]

impl Clone for SCRIPT_TABDEF
[src]

fn clone(&self) -> SCRIPT_TABDEF

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