Struct winapi::commctrl::TBINSERTMARK [] [src]

pub struct TBINSERTMARK {
    pub iButton: c_int,
    pub dwFlags: DWORD,
}

Fields

iButton: c_int dwFlags: DWORD

Trait Implementations

impl Debug for TBINSERTMARK
[src]

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

Formats the value using the given formatter.

impl Copy for TBINSERTMARK
[src]

impl Clone for TBINSERTMARK
[src]

fn clone(&self) -> TBINSERTMARK

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