Struct windows_sys::Win32::System::AddressBook::DTBLMVLISTBOX
[−]Expand description
Required features: ‘Win32_System_AddressBook’
Fields
ulFlags: u32
ulMVPropTag: u32
Trait Implementations
impl Clone for DTBLMVLISTBOX
impl Clone for DTBLMVLISTBOX
impl Copy for DTBLMVLISTBOX
Auto Trait Implementations
impl RefUnwindSafe for DTBLMVLISTBOX
impl Send for DTBLMVLISTBOX
impl Sync for DTBLMVLISTBOX
impl Unpin for DTBLMVLISTBOX
impl UnwindSafe for DTBLMVLISTBOX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more