#[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]Auto Trait Implementations§
impl Freeze for HELPWININFOA
impl RefUnwindSafe for HELPWININFOA
impl Send for HELPWININFOA
impl Sync for HELPWININFOA
impl Unpin for HELPWININFOA
impl UnsafeUnpin 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