Struct windows_sys::Win32::UI::Shell::HELPWININFOA
[−]#[repr(C)]pub struct HELPWININFOA {
pub wStructSize: i32,
pub x: i32,
pub y: i32,
pub dx: i32,
pub dy: i32,
pub wMax: i32,
pub rgchMember: [CHAR; 2],
}Expand description
Required features: "Win32_UI_Shell", "Win32_Foundation"
Fields
wStructSize: i32x: i32y: i32dx: i32dy: i32wMax: i32rgchMember: [CHAR; 2]Trait Implementations
impl Clone for HELPWININFOA
impl Clone for HELPWININFOA
impl Copy for HELPWININFOA
Auto Trait Implementations
impl RefUnwindSafe for HELPWININFOA
impl Send for HELPWININFOA
impl Sync for HELPWININFOA
impl Unpin for HELPWININFOA
impl UnwindSafe for HELPWININFOA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more