Struct windows_sys::Win32::System::Restore::RESTOREPOINTINFOEX
[−]#[repr(C, packed(1))]pub struct RESTOREPOINTINFOEX {
pub ftCreation: FILETIME,
pub dwEventType: u32,
pub dwRestorePtType: u32,
pub dwRPNum: u32,
pub szDescription: [u16; 256],
}
Expand description
Required features: "Win32_System_Restore"
, "Win32_Foundation"
Fields
ftCreation: FILETIME
dwEventType: u32
dwRestorePtType: u32
dwRPNum: u32
szDescription: [u16; 256]
Trait Implementations
impl Clone for RESTOREPOINTINFOEX
impl Clone for RESTOREPOINTINFOEX
impl Copy for RESTOREPOINTINFOEX
Auto Trait Implementations
impl RefUnwindSafe for RESTOREPOINTINFOEX
impl Send for RESTOREPOINTINFOEX
impl Sync for RESTOREPOINTINFOEX
impl Unpin for RESTOREPOINTINFOEX
impl UnwindSafe for RESTOREPOINTINFOEX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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