#[repr(C)]pub struct BIND_OPTS2 {
pub __AnonymousBase_objidl_L8477_C36: BIND_OPTS,
pub dwTrackFlags: u32,
pub dwClassContext: u32,
pub locale: u32,
pub pServerInfo: *mut COSERVERINFO,
}Fields§
§__AnonymousBase_objidl_L8477_C36: BIND_OPTS§dwTrackFlags: u32§dwClassContext: u32§locale: u32§pServerInfo: *mut COSERVERINFOTrait Implementations§
Source§impl Abi for BIND_OPTS2
impl Abi for BIND_OPTS2
Source§type Abi = BIND_OPTS2
type Abi = BIND_OPTS2
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_OPTS2
impl Clone for BIND_OPTS2
Source§fn clone(&self) -> BIND_OPTS2
fn clone(&self) -> BIND_OPTS2
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_OPTS2
impl Debug for BIND_OPTS2
Source§impl Default for BIND_OPTS2
impl Default for BIND_OPTS2
Source§impl PartialEq for BIND_OPTS2
impl PartialEq for BIND_OPTS2
impl Copy for BIND_OPTS2
impl Eq for BIND_OPTS2
Auto Trait Implementations§
impl Freeze for BIND_OPTS2
impl RefUnwindSafe for BIND_OPTS2
impl !Send for BIND_OPTS2
impl !Sync for BIND_OPTS2
impl Unpin for BIND_OPTS2
impl UnwindSafe for BIND_OPTS2
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