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