#[repr(C)]pub struct BIND_OPTS3 {
pub __AnonymousBase_objidl_L8501_C36: BIND_OPTS2,
pub hwnd: HWND,
}Fields§
§__AnonymousBase_objidl_L8501_C36: BIND_OPTS2§hwnd: HWNDTrait Implementations§
Source§impl Abi for BIND_OPTS3
impl Abi for BIND_OPTS3
Source§type Abi = BIND_OPTS3
type Abi = BIND_OPTS3
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for BIND_OPTS3
impl Clone for BIND_OPTS3
Source§fn clone(&self) -> BIND_OPTS3
fn clone(&self) -> BIND_OPTS3
Returns a duplicate 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 BIND_OPTS3
impl Debug for BIND_OPTS3
Source§impl Default for BIND_OPTS3
impl Default for BIND_OPTS3
Source§impl PartialEq for BIND_OPTS3
impl PartialEq for BIND_OPTS3
impl Copy for BIND_OPTS3
impl Eq for BIND_OPTS3
Auto Trait Implementations§
impl Freeze for BIND_OPTS3
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