Struct winapi::objidl::BIND_OPTS [] [src]

pub struct BIND_OPTS {
    pub cbStruct: DWORD,
    pub grfFlags: DWORD,
    pub grfMode: DWORD,
    pub dwTickCountDeadline: DWORD,
}

Fields

cbStruct: DWORD grfFlags: DWORD grfMode: DWORD dwTickCountDeadline: DWORD

Trait Implementations

impl Debug for BIND_OPTS
[src]

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

Formats the value using the given formatter.

impl Copy for BIND_OPTS
[src]

impl Clone for BIND_OPTS
[src]

fn clone(&self) -> BIND_OPTS

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