Struct windows_sys::Win32::System::AddressBook::DTBLGROUPBOX
#[repr(C)]pub struct DTBLGROUPBOX {
pub ulbLpszLabel: u32,
pub ulFlags: u32,
}
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§
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