Struct windows_sys::Win32::UI::Accessibility::ACCESSTIMEOUT
[−]Expand description
Required features: "Win32_UI_Accessibility"
Fields
cbSize: u32
dwFlags: u32
iTimeOutMSec: u32
Trait Implementations
impl Clone for ACCESSTIMEOUT
impl Clone for ACCESSTIMEOUT
impl Copy for ACCESSTIMEOUT
Auto Trait Implementations
impl RefUnwindSafe for ACCESSTIMEOUT
impl Send for ACCESSTIMEOUT
impl Sync for ACCESSTIMEOUT
impl Unpin for ACCESSTIMEOUT
impl UnwindSafe for ACCESSTIMEOUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more