pub type ACCESSTIMEOUT = tagACCESSTIMEOUT;
Aliased Type§
struct ACCESSTIMEOUT {
pub cbSize: u32,
pub dwFlags: u32,
pub iTimeOutMSec: u32,
}
Fields§
§cbSize: u32
§dwFlags: u32
§iTimeOutMSec: u32
Trait Implementations
Source§impl Clone for tagACCESSTIMEOUT
impl Clone for tagACCESSTIMEOUT
Source§fn clone(&self) -> tagACCESSTIMEOUT
fn clone(&self) -> tagACCESSTIMEOUT
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 tagACCESSTIMEOUT
impl Debug for tagACCESSTIMEOUT
Source§impl Ord for tagACCESSTIMEOUT
impl Ord for tagACCESSTIMEOUT
Source§fn cmp(&self, other: &tagACCESSTIMEOUT) -> Ordering
fn cmp(&self, other: &tagACCESSTIMEOUT) -> 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