#[repr(C)]pub struct PDPARAMS {
    pub SdClass: SDCLASS,
    pub u: PDPARAMS_u,
}Fields
SdClass: SDCLASSu: PDPARAMS_uTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PDPARAMS
impl Send for PDPARAMS
impl Sync for PDPARAMS
impl Unpin for PDPARAMS
impl UnwindSafe for PDPARAMS
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