Struct windows_native::winsta::PDCONFIG2
source ยท #[repr(C)]pub struct PDCONFIG2 {
pub PdName: PDNAME,
pub SdClass: SDCLASS,
pub PdDLL: DLLNAME,
pub PdFlag: u32,
pub OutBufLength: u32,
pub OutBufCount: u32,
pub OutBufDelay: u32,
pub InteractiveDelay: u32,
pub PortNumber: u32,
pub KeepAliveTimeout: u32,
}Fieldsยง
ยงPdName: PDNAMEยงSdClass: SDCLASSยงPdDLL: DLLNAMEยงPdFlag: u32ยงOutBufLength: u32ยงOutBufCount: u32ยงOutBufDelay: u32ยงInteractiveDelay: u32ยงPortNumber: u32ยงKeepAliveTimeout: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for PDCONFIG2
impl Send for PDCONFIG2
impl Sync for PDCONFIG2
impl Unpin for PDCONFIG2
impl UnwindSafe for PDCONFIG2
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