#[repr(C)]pub struct WKSTA_INFO_1018 {
pub wki1018_sess_timeout: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
wki1018_sess_timeout: u32
Trait Implementations
impl Clone for WKSTA_INFO_1018
impl Clone for WKSTA_INFO_1018
impl Copy for WKSTA_INFO_1018
Auto Trait Implementations
impl RefUnwindSafe for WKSTA_INFO_1018
impl Send for WKSTA_INFO_1018
impl Sync for WKSTA_INFO_1018
impl Unpin for WKSTA_INFO_1018
impl UnwindSafe for WKSTA_INFO_1018
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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