#[repr(C)]pub struct NCCALCSIZE_PARAMS {
pub rgrc: [RECT; 3],
pub lppos: *mut WINDOWPOS,
}Fields§
§rgrc: [RECT; 3]§lppos: *mut WINDOWPOSAuto Trait Implementations§
impl !Send for NCCALCSIZE_PARAMS
impl !Sync for NCCALCSIZE_PARAMS
impl Freeze for NCCALCSIZE_PARAMS
impl RefUnwindSafe for NCCALCSIZE_PARAMS
impl Unpin for NCCALCSIZE_PARAMS
impl UnsafeUnpin 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