Struct ACCESSTIMEOUT
#[repr(C)]pub struct ACCESSTIMEOUT {
pub cbSize: u32,
pub dwFlags: u32,
pub iTimeOutMSec: u32,
}
Fields§
§cbSize: u32
§dwFlags: u32
§iTimeOutMSec: u32
Trait Implementations§
§impl Clone for ACCESSTIMEOUT
impl Clone for ACCESSTIMEOUT
§fn clone(&self) -> ACCESSTIMEOUT
fn clone(&self) -> ACCESSTIMEOUT
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 more§impl Debug for ACCESSTIMEOUT
impl Debug for ACCESSTIMEOUT
§impl Default for ACCESSTIMEOUT
impl Default for ACCESSTIMEOUT
§impl PartialEq for ACCESSTIMEOUT
impl PartialEq for ACCESSTIMEOUT
impl Copy for ACCESSTIMEOUT
impl StructuralPartialEq for ACCESSTIMEOUT
Auto Trait Implementations§
impl Freeze for ACCESSTIMEOUT
impl RefUnwindSafe for ACCESSTIMEOUT
impl Send for ACCESSTIMEOUT
impl Sync for ACCESSTIMEOUT
impl Unpin for ACCESSTIMEOUT
impl UnwindSafe for ACCESSTIMEOUT
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