#[repr(C)]pub struct tagNCCALCSIZE_PARAMS {
pub rgrc: [RECT; 3],
pub lppos: PWINDOWPOS,
}
Fields§
§rgrc: [RECT; 3]
§lppos: PWINDOWPOS
Trait Implementations§
Source§impl Clone for tagNCCALCSIZE_PARAMS
impl Clone for tagNCCALCSIZE_PARAMS
Source§fn clone(&self) -> tagNCCALCSIZE_PARAMS
fn clone(&self) -> tagNCCALCSIZE_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 Debug for tagNCCALCSIZE_PARAMS
impl Debug for tagNCCALCSIZE_PARAMS
Source§impl Ord for tagNCCALCSIZE_PARAMS
impl Ord for tagNCCALCSIZE_PARAMS
Source§fn cmp(&self, other: &tagNCCALCSIZE_PARAMS) -> Ordering
fn cmp(&self, other: &tagNCCALCSIZE_PARAMS) -> 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 tagNCCALCSIZE_PARAMS
impl PartialEq for tagNCCALCSIZE_PARAMS
Source§impl PartialOrd for tagNCCALCSIZE_PARAMS
impl PartialOrd for tagNCCALCSIZE_PARAMS
impl Copy for tagNCCALCSIZE_PARAMS
impl Eq for tagNCCALCSIZE_PARAMS
impl StructuralPartialEq for tagNCCALCSIZE_PARAMS
Auto Trait Implementations§
impl Freeze for tagNCCALCSIZE_PARAMS
impl RefUnwindSafe for tagNCCALCSIZE_PARAMS
impl !Send for tagNCCALCSIZE_PARAMS
impl !Sync for tagNCCALCSIZE_PARAMS
impl Unpin for tagNCCALCSIZE_PARAMS
impl UnwindSafe for tagNCCALCSIZE_PARAMS
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