Struct windows_sys::Win32::System::AddressBook::DTBLCHECKBOX
[−]#[repr(C)]pub struct DTBLCHECKBOX {
pub ulbLpszLabel: u32,
pub ulFlags: u32,
pub ulPRPropertyName: u32,
}
Expand description
Required features: "Win32_System_AddressBook"
Fields
ulbLpszLabel: u32
ulFlags: u32
ulPRPropertyName: u32
Trait Implementations
impl Clone for DTBLCHECKBOX
impl Clone for DTBLCHECKBOX
impl Copy for DTBLCHECKBOX
Auto Trait Implementations
impl RefUnwindSafe for DTBLCHECKBOX
impl Send for DTBLCHECKBOX
impl Sync for DTBLCHECKBOX
impl Unpin for DTBLCHECKBOX
impl UnwindSafe for DTBLCHECKBOX
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