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