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 | |
iScale | |
pTabStops | |
iTabOrigin |
Trait Implementations
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