Struct winapi::objidl::BIND_OPTS
[−]
[src]
pub struct BIND_OPTS { pub cbStruct: DWORD, pub grfFlags: DWORD, pub grfMode: DWORD, pub dwTickCountDeadline: DWORD, }
Fields
cbStruct | |
grfFlags | |
grfMode | |
dwTickCountDeadline |
Trait Implementations
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