#[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: DWORD
Trait 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 copy 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
Source§impl Ord for tagBIND_OPTS
impl Ord for tagBIND_OPTS
Source§fn cmp(&self, other: &tagBIND_OPTS) -> Ordering
fn cmp(&self, other: &tagBIND_OPTS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagBIND_OPTS
impl PartialEq for tagBIND_OPTS
Source§impl PartialOrd for tagBIND_OPTS
impl PartialOrd for tagBIND_OPTS
impl Copy for tagBIND_OPTS
impl Eq for tagBIND_OPTS
impl StructuralPartialEq 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