Struct windows_sys::Win32::System::Restore::_RESTOREPTINFOEX
[−]#[repr(C, packed(1))]pub struct _RESTOREPTINFOEX {
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 _RESTOREPTINFOEX
impl Clone for _RESTOREPTINFOEX
impl Copy for _RESTOREPTINFOEX
Auto Trait Implementations
impl RefUnwindSafe for _RESTOREPTINFOEX
impl Send for _RESTOREPTINFOEX
impl Sync for _RESTOREPTINFOEX
impl Unpin for _RESTOREPTINFOEX
impl UnwindSafe for _RESTOREPTINFOEX
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