#[repr(C)]pub struct tagBIND_OPTS {
pub cbStruct: DWORD,
pub grfFlags: DWORD,
pub grfMode: DWORD,
pub dwTickCountDeadline: DWORD,
}Fields§
§cbStruct: DWORD§grfFlags: DWORD§grfMode: DWORD§dwTickCountDeadline: DWORDTrait Implementations§
Source§impl Clone for tagBIND_OPTS
impl Clone for tagBIND_OPTS
Source§fn clone(&self) -> tagBIND_OPTS
fn clone(&self) -> tagBIND_OPTS
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_OPTS
impl Debug for tagBIND_OPTS
impl Copy for tagBIND_OPTS
Auto Trait Implementations§
impl Freeze for tagBIND_OPTS
impl RefUnwindSafe for tagBIND_OPTS
impl Send for tagBIND_OPTS
impl Sync for tagBIND_OPTS
impl Unpin for tagBIND_OPTS
impl UnwindSafe for tagBIND_OPTS
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