#[repr(C)]pub struct tagMINMAXINFO {
pub ptReserved: POINT,
pub ptMaxSize: POINT,
pub ptMaxPosition: POINT,
pub ptMinTrackSize: POINT,
pub ptMaxTrackSize: POINT,
}
Fields§
§ptReserved: POINT
§ptMaxSize: POINT
§ptMaxPosition: POINT
§ptMinTrackSize: POINT
§ptMaxTrackSize: POINT
Trait Implementations§
Source§impl Clone for tagMINMAXINFO
impl Clone for tagMINMAXINFO
Source§fn clone(&self) -> tagMINMAXINFO
fn clone(&self) -> tagMINMAXINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagMINMAXINFO
impl Debug for tagMINMAXINFO
Source§impl Ord for tagMINMAXINFO
impl Ord for tagMINMAXINFO
Source§fn cmp(&self, other: &tagMINMAXINFO) -> Ordering
fn cmp(&self, other: &tagMINMAXINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMINMAXINFO
impl PartialEq for tagMINMAXINFO
Source§impl PartialOrd for tagMINMAXINFO
impl PartialOrd for tagMINMAXINFO
impl Copy for tagMINMAXINFO
impl Eq for tagMINMAXINFO
impl StructuralPartialEq for tagMINMAXINFO
Auto Trait Implementations§
impl Freeze for tagMINMAXINFO
impl RefUnwindSafe for tagMINMAXINFO
impl Send for tagMINMAXINFO
impl Sync for tagMINMAXINFO
impl Unpin for tagMINMAXINFO
impl UnwindSafe for tagMINMAXINFO
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