Struct windows_native::ntexapi::SYSTEM_ERROR_PORT_TIMEOUTS
source ยท #[repr(C)]pub struct SYSTEM_ERROR_PORT_TIMEOUTS {
pub StartTimeout: u32,
pub CommTimeout: u32,
}Fieldsยง
ยงStartTimeout: u32ยงCommTimeout: u32Trait Implementationsยง
sourceยงimpl Debug for SYSTEM_ERROR_PORT_TIMEOUTS
impl Debug for SYSTEM_ERROR_PORT_TIMEOUTS
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_ERROR_PORT_TIMEOUTS
impl Send for SYSTEM_ERROR_PORT_TIMEOUTS
impl Sync for SYSTEM_ERROR_PORT_TIMEOUTS
impl Unpin for SYSTEM_ERROR_PORT_TIMEOUTS
impl UnwindSafe for SYSTEM_ERROR_PORT_TIMEOUTS
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