Struct winapi::sapi::SPTEXTSELECTIONINFO [] [src]

pub struct SPTEXTSELECTIONINFO {
    pub ulStartActiveOffset: ULONG,
    pub cchActiveChars: ULONG,
    pub ulStartSelection: ULONG,
    pub cchSelection: ULONG,
}

Fields

ulStartActiveOffset: ULONG cchActiveChars: ULONG ulStartSelection: ULONG cchSelection: ULONG

Trait Implementations

impl Debug for SPTEXTSELECTIONINFO
[src]

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

Formats the value using the given formatter.

impl Copy for SPTEXTSELECTIONINFO
[src]

impl Clone for SPTEXTSELECTIONINFO
[src]

fn clone(&self) -> SPTEXTSELECTIONINFO

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