Struct windows_sys::Win32::UI::Shell::QCMINFO_IDMAP_PLACEMENT
[−]Expand description
Required features: "Win32_UI_Shell"
Fields
id: u32
fFlags: u32
Trait Implementations
impl Clone for QCMINFO_IDMAP_PLACEMENT
impl Clone for QCMINFO_IDMAP_PLACEMENT
impl Copy for QCMINFO_IDMAP_PLACEMENT
Auto Trait Implementations
impl RefUnwindSafe for QCMINFO_IDMAP_PLACEMENT
impl Send for QCMINFO_IDMAP_PLACEMENT
impl Sync for QCMINFO_IDMAP_PLACEMENT
impl Unpin for QCMINFO_IDMAP_PLACEMENT
impl UnwindSafe for QCMINFO_IDMAP_PLACEMENT
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