#[repr(C)]pub struct tagACCESSTIMEOUT {
pub cbSize: UINT,
pub dwFlags: DWORD,
pub iTimeOutMSec: DWORD,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
§iTimeOutMSec: DWORD
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
Source§impl PartialEq for tagACCESSTIMEOUT
impl PartialEq for tagACCESSTIMEOUT
Source§impl PartialOrd for tagACCESSTIMEOUT
impl PartialOrd for tagACCESSTIMEOUT
impl Copy for tagACCESSTIMEOUT
impl Eq for tagACCESSTIMEOUT
impl StructuralPartialEq for tagACCESSTIMEOUT
Auto Trait Implementations§
impl Freeze for tagACCESSTIMEOUT
impl RefUnwindSafe for tagACCESSTIMEOUT
impl Send for tagACCESSTIMEOUT
impl Sync for tagACCESSTIMEOUT
impl Unpin for tagACCESSTIMEOUT
impl UnwindSafe for tagACCESSTIMEOUT
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