Struct winapi::commctrl::PBRANGE [] [src]

pub struct PBRANGE {
    pub iLow: c_int,
    pub iHigh: c_int,
}

Fields

iLow: c_int iHigh: c_int

Trait Implementations

impl Debug for PBRANGE
[src]

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

Formats the value using the given formatter.

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