#[repr(C)]pub struct NCCALCSIZE_PARAMS {
pub rgrc: [RECT; 3],
pub lppos: *mut WINDOWPOS,
}
Fields§
§rgrc: [RECT; 3]
§lppos: *mut WINDOWPOS
Trait Implementations§
Source§impl Abi for NCCALCSIZE_PARAMS
impl Abi for NCCALCSIZE_PARAMS
Source§type Abi = NCCALCSIZE_PARAMS
type Abi = NCCALCSIZE_PARAMS
The abi representation of the implementing type. Read more
type DefaultType = NCCALCSIZE_PARAMS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Debug for NCCALCSIZE_PARAMS
impl Debug for NCCALCSIZE_PARAMS
Source§impl Default for NCCALCSIZE_PARAMS
impl Default for NCCALCSIZE_PARAMS
Source§impl PartialEq for NCCALCSIZE_PARAMS
impl PartialEq for NCCALCSIZE_PARAMS
impl Copy for NCCALCSIZE_PARAMS
impl Eq for NCCALCSIZE_PARAMS
Auto Trait Implementations§
impl Freeze for NCCALCSIZE_PARAMS
impl RefUnwindSafe for NCCALCSIZE_PARAMS
impl !Send for NCCALCSIZE_PARAMS
impl !Sync for NCCALCSIZE_PARAMS
impl Unpin for NCCALCSIZE_PARAMS
impl UnwindSafe for NCCALCSIZE_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