Struct windows_sys::Win32::System::Power::POWER_SESSION_TIMEOUTS
#[repr(C)]pub struct POWER_SESSION_TIMEOUTS {
pub InputTimeout: u32,
pub DisplayTimeout: u32,
}
Fields§
§InputTimeout: u32
§DisplayTimeout: u32
Trait Implementations§
§impl Clone for POWER_SESSION_TIMEOUTS
impl Clone for POWER_SESSION_TIMEOUTS
impl Copy for POWER_SESSION_TIMEOUTS
Auto Trait Implementations§
impl RefUnwindSafe for POWER_SESSION_TIMEOUTS
impl Send for POWER_SESSION_TIMEOUTS
impl Sync for POWER_SESSION_TIMEOUTS
impl Unpin for POWER_SESSION_TIMEOUTS
impl UnwindSafe for POWER_SESSION_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