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