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: [i8; 2],
}
Fields§
§wStructSize: i32
§x: i32
§y: i32
§dx: i32
§dy: i32
§wMax: i32
§rgchMember: [i8; 2]
Trait Implementations§
§impl Clone for HELPWININFOA
impl Clone for HELPWININFOA
§fn clone(&self) -> HELPWININFOA
fn clone(&self) -> HELPWININFOA
Returns a copy 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 moreimpl Copy for HELPWININFOA
Auto Trait Implementations§
impl Freeze for HELPWININFOA
impl RefUnwindSafe for HELPWININFOA
impl Send for HELPWININFOA
impl Sync for HELPWININFOA
impl Unpin for HELPWININFOA
impl UnwindSafe for HELPWININFOA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)