Struct windows_sys::Win32::System::Com::BIND_OPTS3
#[repr(C)]pub struct BIND_OPTS3 {
pub Base: BIND_OPTS2,
pub hwnd: HWND,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Base: BIND_OPTS2§hwnd: 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§
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