pub struct WmNcCalcSize<'a, 'b> {
pub data: NccspRect<'a, 'b>,
}Available on crate feature
user only.Expand description
WM_NCCALCSIZE
message parameters.
Return type: co::WVR.
Fields§
§data: NccspRect<'a, 'b>Trait Implementations§
Source§impl<'a, 'b> MsgSend for WmNcCalcSize<'a, 'b>
impl<'a, 'b> MsgSend for WmNcCalcSize<'a, 'b>
Source§unsafe fn isize_to_ret(&self, v: isize) -> Self::RetType
unsafe fn isize_to_ret(&self, v: isize) -> Self::RetType
Unmarshaling method which converts the generic
isize return value to
the specific type returned by the message. Read moreSource§fn as_generic_wm(&mut self) -> Wm
fn as_generic_wm(&mut self) -> Wm
Marshaling method which converts the specific message parameters struct
into the generic
Wm message struct.Source§impl<'a, 'b> MsgSendRecv for WmNcCalcSize<'a, 'b>
impl<'a, 'b> MsgSendRecv for WmNcCalcSize<'a, 'b>
Auto Trait Implementations§
impl<'a, 'b> !Send for WmNcCalcSize<'a, 'b>
impl<'a, 'b> !Sync for WmNcCalcSize<'a, 'b>
impl<'a, 'b> !UnwindSafe for WmNcCalcSize<'a, 'b>
impl<'a, 'b> Freeze for WmNcCalcSize<'a, 'b>
impl<'a, 'b> RefUnwindSafe for WmNcCalcSize<'a, 'b>
impl<'a, 'b> Unpin for WmNcCalcSize<'a, 'b>
impl<'a, 'b> UnsafeUnpin for WmNcCalcSize<'a, 'b>
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