Struct windows_sys::Win32::System::Mmc::MMC_RESTORE_VIEW
[−]#[repr(C)]pub struct MMC_RESTORE_VIEW {
pub dwSize: u32,
pub cookie: isize,
pub pViewType: PWSTR,
pub lViewOptions: i32,
}
Expand description
Required features: "Win32_System_Mmc"
Fields
dwSize: u32
pViewType: PWSTR
lViewOptions: i32
Trait Implementations
impl Clone for MMC_RESTORE_VIEW
impl Clone for MMC_RESTORE_VIEW
impl Copy for MMC_RESTORE_VIEW
Auto Trait Implementations
impl RefUnwindSafe for MMC_RESTORE_VIEW
impl !Send for MMC_RESTORE_VIEW
impl !Sync for MMC_RESTORE_VIEW
impl Unpin for MMC_RESTORE_VIEW
impl UnwindSafe for MMC_RESTORE_VIEW
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