Struct windows_sys::Win32::System::Com::BIND_OPTS3
[−]#[repr(C)]pub struct BIND_OPTS3 {
pub __AnonymousBase_objidl_L9041_C36: BIND_OPTS2,
pub hwnd: HWND,
}Expand description
Required features: "Win32_System_Com", "Win32_Foundation"
Fields
__AnonymousBase_objidl_L9041_C36: BIND_OPTS2hwnd: HWNDTrait Implementations
impl Clone for BIND_OPTS3
impl Clone for BIND_OPTS3
impl Copy for BIND_OPTS3
Auto Trait Implementations
impl RefUnwindSafe for BIND_OPTS3
impl !Send for BIND_OPTS3
impl !Sync for BIND_OPTS3
impl Unpin for BIND_OPTS3
impl UnwindSafe for BIND_OPTS3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more