Struct windows_sys::Win32::System::AddressBook::DTBLLABEL
#[repr(C)]pub struct DTBLLABEL {
pub ulbLpszLabelName: u32,
pub ulFlags: u32,
}
Fields§
§ulbLpszLabelName: u32
§ulFlags: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DTBLLABEL
impl Send for DTBLLABEL
impl Sync for DTBLLABEL
impl Unpin for DTBLLABEL
impl UnwindSafe for DTBLLABEL
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