Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
, "Win32_UI_WindowsAndMessaging"
Fields
prc: *mut RECT
pwpos: *mut WINDOWPOS
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HDLAYOUT
impl !Send for HDLAYOUT
impl !Sync for HDLAYOUT
impl Unpin for HDLAYOUT
impl UnwindSafe for HDLAYOUT
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