Struct windows_sys::Win32::UI::WindowsAndMessaging::MINMAXINFO
#[repr(C)]pub struct MINMAXINFO {
pub ptReserved: POINT,
pub ptMaxSize: POINT,
pub ptMaxPosition: POINT,
pub ptMinTrackSize: POINT,
pub ptMaxTrackSize: POINT,
}Expand description
Required features: "Win32_Foundation"
Fields§
§ptReserved: POINT§ptMaxSize: POINT§ptMaxPosition: POINT§ptMinTrackSize: POINT§ptMaxTrackSize: POINTTrait Implementations§
§impl Clone for MINMAXINFO
impl Clone for MINMAXINFO
impl Copy for MINMAXINFO
Auto Trait Implementations§
impl RefUnwindSafe for MINMAXINFO
impl Send for MINMAXINFO
impl Sync for MINMAXINFO
impl Unpin for MINMAXINFO
impl UnwindSafe for MINMAXINFO
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