Struct windows_sys::Win32::System::AddressBook::DTBLMVDDLBX
[−]Expand description
Required features: "Win32_System_AddressBook"
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
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