Struct winapi::commctrl::PBRANGE
[−]
[src]
pub struct PBRANGE { pub iLow: c_int, pub iHigh: c_int, }
Fields
iLow | |
iHigh |
Trait Implementations
impl Copy for PBRANGE
[src]
impl Clone for PBRANGE
[src]
fn clone(&self) -> PBRANGE
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