Struct winapi::um::winuser::NCCALCSIZE_PARAMS
source · #[repr(C)]pub struct NCCALCSIZE_PARAMS {
pub rgrc: [RECT; 3],
pub lppos: PWINDOWPOS,
}
Fields§
§rgrc: [RECT; 3]
§lppos: PWINDOWPOS
Trait Implementations§
source§impl Clone for NCCALCSIZE_PARAMS
impl Clone for NCCALCSIZE_PARAMS
source§fn clone(&self) -> NCCALCSIZE_PARAMS
fn clone(&self) -> NCCALCSIZE_PARAMS
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 Default for NCCALCSIZE_PARAMS
impl Default for NCCALCSIZE_PARAMS
source§fn default() -> NCCALCSIZE_PARAMS
fn default() -> NCCALCSIZE_PARAMS
Returns the “default value” for a type. Read more