#[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: POINTTrait Implementations§
Source§impl Clone for tagMINMAXINFO
impl Clone for tagMINMAXINFO
Source§fn clone(&self) -> tagMINMAXINFO
fn clone(&self) -> tagMINMAXINFO
Returns a duplicate 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
impl Copy 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