Struct vc6_sys::_tagBINDINFO
source · #[repr(C)]pub struct _tagBINDINFO {Show 14 fields
pub cbSize: ULONG,
pub szExtraInfo: LPWSTR,
pub stgmedData: STGMEDIUM,
pub grfBindInfoF: DWORD,
pub dwBindVerb: DWORD,
pub szCustomVerb: LPWSTR,
pub cbstgmedData: DWORD,
pub dwOptions: DWORD,
pub dwOptionsFlags: DWORD,
pub dwCodePage: DWORD,
pub securityAttributes: SECURITY_ATTRIBUTES,
pub iid: IID,
pub pUnk: *mut IUnknown,
pub dwReserved: DWORD,
}Fields§
§cbSize: ULONG§szExtraInfo: LPWSTR§stgmedData: STGMEDIUM§grfBindInfoF: DWORD§dwBindVerb: DWORD§szCustomVerb: LPWSTR§cbstgmedData: DWORD§dwOptions: DWORD§dwOptionsFlags: DWORD§dwCodePage: DWORD§securityAttributes: SECURITY_ATTRIBUTES§iid: IID§pUnk: *mut IUnknown§dwReserved: DWORDTrait Implementations§
source§impl Clone for _tagBINDINFO
impl Clone for _tagBINDINFO
source§fn clone(&self) -> _tagBINDINFO
fn clone(&self) -> _tagBINDINFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _tagBINDINFO
Auto Trait Implementations§
impl RefUnwindSafe for _tagBINDINFO
impl !Send for _tagBINDINFO
impl !Sync for _tagBINDINFO
impl Unpin for _tagBINDINFO
impl UnwindSafe for _tagBINDINFO
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more