Struct winapi::sapi::SPTEXTSELECTIONINFO
[−]
[src]
pub struct SPTEXTSELECTIONINFO { pub ulStartActiveOffset: ULONG, pub cchActiveChars: ULONG, pub ulStartSelection: ULONG, pub cchSelection: ULONG, }
Fields
ulStartActiveOffset | |
cchActiveChars | |
ulStartSelection | |
cchSelection |
Trait Implementations
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