Struct MMC_RESTORE_VIEW
#[repr(C)]pub struct MMC_RESTORE_VIEW {
pub dwSize: u32,
pub cookie: isize,
pub pViewType: PWSTR,
pub lViewOptions: i32,
}
Fields§
§dwSize: u32
§pViewType: PWSTR
§lViewOptions: i32
Trait Implementations§
§impl Clone for MMC_RESTORE_VIEW
impl Clone for MMC_RESTORE_VIEW
§fn clone(&self) -> MMC_RESTORE_VIEW
fn clone(&self) -> MMC_RESTORE_VIEW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MMC_RESTORE_VIEW
impl Debug for MMC_RESTORE_VIEW
§impl Default for MMC_RESTORE_VIEW
impl Default for MMC_RESTORE_VIEW
§impl PartialEq for MMC_RESTORE_VIEW
impl PartialEq for MMC_RESTORE_VIEW
impl Copy for MMC_RESTORE_VIEW
impl StructuralPartialEq for MMC_RESTORE_VIEW
Auto Trait Implementations§
impl Freeze for MMC_RESTORE_VIEW
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more