#[repr(C)]pub struct _tagRemBINDINFO {Show 13 fields
pub cbSize: ULONG,
pub szExtraInfo: LPWSTR,
pub grfBindInfoF: DWORD,
pub dwBindVerb: DWORD,
pub szCustomVerb: LPWSTR,
pub cbstgmedData: DWORD,
pub dwOptions: DWORD,
pub dwOptionsFlags: DWORD,
pub dwCodePage: DWORD,
pub securityAttributes: REMSECURITY_ATTRIBUTES,
pub iid: IID,
pub pUnk: *mut IUnknown,
pub dwReserved: DWORD,
}
Fields§
§cbSize: ULONG
§szExtraInfo: LPWSTR
§grfBindInfoF: DWORD
§dwBindVerb: DWORD
§szCustomVerb: LPWSTR
§cbstgmedData: DWORD
§dwOptions: DWORD
§dwOptionsFlags: DWORD
§dwCodePage: DWORD
§securityAttributes: REMSECURITY_ATTRIBUTES
§iid: IID
§pUnk: *mut IUnknown
§dwReserved: DWORD
Trait Implementations§
Source§impl Clone for _tagRemBINDINFO
impl Clone for _tagRemBINDINFO
Source§fn clone(&self) -> _tagRemBINDINFO
fn clone(&self) -> _tagRemBINDINFO
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 moreSource§impl Debug for _tagRemBINDINFO
impl Debug for _tagRemBINDINFO
Source§impl Ord for _tagRemBINDINFO
impl Ord for _tagRemBINDINFO
Source§fn cmp(&self, other: &_tagRemBINDINFO) -> Ordering
fn cmp(&self, other: &_tagRemBINDINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _tagRemBINDINFO
impl PartialEq for _tagRemBINDINFO
Source§impl PartialOrd for _tagRemBINDINFO
impl PartialOrd for _tagRemBINDINFO
impl Copy for _tagRemBINDINFO
impl Eq for _tagRemBINDINFO
impl StructuralPartialEq for _tagRemBINDINFO
Auto Trait Implementations§
impl Freeze for _tagRemBINDINFO
impl RefUnwindSafe for _tagRemBINDINFO
impl !Send for _tagRemBINDINFO
impl !Sync for _tagRemBINDINFO
impl Unpin for _tagRemBINDINFO
impl UnwindSafe for _tagRemBINDINFO
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