Struct windows_sys::Win32::System::Mmc::MMC_EXT_VIEW_DATA
[−]#[repr(C)]pub struct MMC_EXT_VIEW_DATA {
pub viewID: GUID,
pub pszURL: PCWSTR,
pub pszViewTitle: PCWSTR,
pub pszTooltipText: PCWSTR,
pub bReplacesDefaultView: BOOL,
}
Expand description
Required features: ‘Win32_System_Mmc’, ‘Win32_Foundation’
Fields
viewID: GUID
pszURL: PCWSTR
pszViewTitle: PCWSTR
pszTooltipText: PCWSTR
bReplacesDefaultView: BOOL
Trait Implementations
impl Clone for MMC_EXT_VIEW_DATA
impl Clone for MMC_EXT_VIEW_DATA
impl Copy for MMC_EXT_VIEW_DATA
Auto Trait Implementations
impl RefUnwindSafe for MMC_EXT_VIEW_DATA
impl !Send for MMC_EXT_VIEW_DATA
impl !Sync for MMC_EXT_VIEW_DATA
impl Unpin for MMC_EXT_VIEW_DATA
impl UnwindSafe for MMC_EXT_VIEW_DATA
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