Struct windows_sys::Win32::System::Restore::RESTOREPOINTINFOA
[−]#[repr(C, packed(1))]pub struct RESTOREPOINTINFOA {
pub dwEventType: RESTOREPOINTINFO_EVENT_TYPE,
pub dwRestorePtType: RESTOREPOINTINFO_TYPE,
pub llSequenceNumber: i64,
pub szDescription: [CHAR; 64],
}
Expand description
Required features: "Win32_System_Restore"
, "Win32_Foundation"
Fields
dwEventType: RESTOREPOINTINFO_EVENT_TYPE
dwRestorePtType: RESTOREPOINTINFO_TYPE
llSequenceNumber: i64
szDescription: [CHAR; 64]
Trait Implementations
impl Clone for RESTOREPOINTINFOA
impl Clone for RESTOREPOINTINFOA
impl Copy for RESTOREPOINTINFOA
Auto Trait Implementations
impl RefUnwindSafe for RESTOREPOINTINFOA
impl Send for RESTOREPOINTINFOA
impl Sync for RESTOREPOINTINFOA
impl Unpin for RESTOREPOINTINFOA
impl UnwindSafe for RESTOREPOINTINFOA
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