#[repr(C)]pub struct PARAMDESC {
pub pparamdescex: LPPARAMDESCEX,
pub wParamFlags: USHORT,
}
Fields§
§pparamdescex: LPPARAMDESCEX
§wParamFlags: USHORT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PARAMDESC
impl RefUnwindSafe for PARAMDESC
impl !Send for PARAMDESC
impl !Sync for PARAMDESC
impl Unpin for PARAMDESC
impl UnwindSafe for PARAMDESC
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