#[repr(C)]pub struct PDCONFIG2 {
    pub PdName: PDNAME,
    pub SdClass: SDCLASS,
    pub PdDLL: DLLNAME,
    pub PdFlag: ULONG,
    pub OutBufLength: ULONG,
    pub OutBufCount: ULONG,
    pub OutBufDelay: ULONG,
    pub InteractiveDelay: ULONG,
    pub PortNumber: ULONG,
    pub KeepAliveTimeout: ULONG,
}Fields
PdName: PDNAMESdClass: SDCLASSPdDLL: DLLNAMEPdFlag: ULONGOutBufLength: ULONGOutBufCount: ULONGOutBufDelay: ULONGInteractiveDelay: ULONGPortNumber: ULONGKeepAliveTimeout: ULONGTrait 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
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