Union windows_sys::Win32::System::AddressBook::DTCTL_0
[−]#[repr(C)]
pub union DTCTL_0 {
Show 13 fields
pub lpv: *mut c_void,
pub lplabel: *mut DTBLLABEL,
pub lpedit: *mut DTBLEDIT,
pub lplbx: *mut DTBLLBX,
pub lpcombobox: *mut DTBLCOMBOBOX,
pub lpddlbx: *mut DTBLDDLBX,
pub lpcheckbox: *mut DTBLCHECKBOX,
pub lpgroupbox: *mut DTBLGROUPBOX,
pub lpbutton: *mut DTBLBUTTON,
pub lpradiobutton: *mut DTBLRADIOBUTTON,
pub lpmvlbx: *mut DTBLMVLISTBOX,
pub lpmvddlbx: *mut DTBLMVDDLBX,
pub lppage: *mut DTBLPAGE,
}
Expand description
Required features: "Win32_System_AddressBook"
Fields
lpv: *mut c_void
lplabel: *mut DTBLLABEL
lpedit: *mut DTBLEDIT
lplbx: *mut DTBLLBX
lpcombobox: *mut DTBLCOMBOBOX
lpddlbx: *mut DTBLDDLBX
lpcheckbox: *mut DTBLCHECKBOX
lpgroupbox: *mut DTBLGROUPBOX
lpmvlbx: *mut DTBLMVLISTBOX
lpmvddlbx: *mut DTBLMVDDLBX
lppage: *mut DTBLPAGE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DTCTL_0
impl !Send for DTCTL_0
impl !Sync for DTCTL_0
impl Unpin for DTCTL_0
impl UnwindSafe for DTCTL_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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