#[repr(C)]pub struct tagBIND_OPTS2 {
pub cbStruct: DWORD,
pub grfFlags: DWORD,
pub grfMode: DWORD,
pub dwTickCountDeadline: DWORD,
pub dwTrackFlags: DWORD,
pub dwClassContext: DWORD,
pub locale: LCID,
pub pServerInfo: *mut COSERVERINFO,
}Fields§
§cbStruct: DWORD§grfFlags: DWORD§grfMode: DWORD§dwTickCountDeadline: DWORD§dwTrackFlags: DWORD§dwClassContext: DWORD§locale: LCID§pServerInfo: *mut COSERVERINFOTrait Implementations§
Source§impl Clone for tagBIND_OPTS2
impl Clone for tagBIND_OPTS2
Source§fn clone(&self) -> tagBIND_OPTS2
fn clone(&self) -> tagBIND_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 tagBIND_OPTS2
impl Debug for tagBIND_OPTS2
impl Copy for tagBIND_OPTS2
Auto Trait Implementations§
impl Freeze for tagBIND_OPTS2
impl RefUnwindSafe for tagBIND_OPTS2
impl !Send for tagBIND_OPTS2
impl !Sync for tagBIND_OPTS2
impl Unpin for tagBIND_OPTS2
impl UnwindSafe for tagBIND_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