Union DLGPAGE_0
#[repr(C)]
pub union DLGPAGE_0 {
pub DlgTemplateID: u16,
pub hDlgTemplate: HANDLE,
}
Fields§
§DlgTemplateID: u16
§hDlgTemplate: HANDLE
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DLGPAGE_0
impl RefUnwindSafe for DLGPAGE_0
impl !Send for DLGPAGE_0
impl !Sync for DLGPAGE_0
impl Unpin for DLGPAGE_0
impl UnwindSafe for DLGPAGE_0
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