#[repr(C)]pub struct tagACCESSTIMEOUT {
pub cbSize: UINT,
pub dwFlags: DWORD,
pub iTimeOutMSec: DWORD,
}Fields§
§cbSize: UINT§dwFlags: DWORD§iTimeOutMSec: DWORDTrait Implementations§
Source§impl Clone for tagACCESSTIMEOUT
impl Clone for tagACCESSTIMEOUT
Source§fn clone(&self) -> tagACCESSTIMEOUT
fn clone(&self) -> tagACCESSTIMEOUT
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 tagACCESSTIMEOUT
impl Debug for tagACCESSTIMEOUT
impl Copy 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