Struct windows_sys::Win32::Foundation::HUMPD__
[−]#[repr(C)]pub struct HUMPD__ {
pub unused: i32,
}
Expand description
Required features: "Win32_Foundation"
Fields
unused: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HUMPD__
impl Send for HUMPD__
impl Sync for HUMPD__
impl Unpin for HUMPD__
impl UnwindSafe for HUMPD__
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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