#[repr(C)]pub struct HELPWININFO {
pub wStructSize: i32,
pub x: i32,
pub y: i32,
pub dx: i32,
pub dy: i32,
pub wMax: i32,
pub rgchMember: [u16; 2],
}Expand description
C.15 HELPWININFO
contains the secondary help window’s size and position information
Fields§
§wStructSize: i32§x: i32§y: i32§dx: i32§dy: i32§wMax: i32§rgchMember: [u16; 2]Trait Implementations§
Source§impl Clone for HELPWININFOW
impl Clone for HELPWININFOW
Source§fn clone(&self) -> HELPWININFOW
fn clone(&self) -> HELPWININFOW
Returns a duplicate 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 HELPWININFOW
impl Default for HELPWININFOW
Source§fn default() -> HELPWININFOW
fn default() -> HELPWININFOW
Returns the “default value” for a type. Read more
impl Copy for HELPWININFOW
Auto Trait Implementations§
impl Freeze for HELPWININFOW
impl RefUnwindSafe for HELPWININFOW
impl Send for HELPWININFOW
impl Sync for HELPWININFOW
impl Unpin for HELPWININFOW
impl UnwindSafe for HELPWININFOW
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