Struct windows_sys::Win32::System::AddressBook::DTBLGROUPBOX
[−]Expand description
Required features: "Win32_System_AddressBook"
Fields
ulbLpszLabel: u32
ulFlags: u32
Trait Implementations
impl Clone for DTBLGROUPBOX
impl Clone for DTBLGROUPBOX
impl Copy for DTBLGROUPBOX
Auto Trait Implementations
impl RefUnwindSafe for DTBLGROUPBOX
impl Send for DTBLGROUPBOX
impl Sync for DTBLGROUPBOX
impl Unpin for DTBLGROUPBOX
impl UnwindSafe for DTBLGROUPBOX
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