Struct windows_sys::Win32::System::Restore::STATEMGRSTATUS
[−]Expand description
Required features: "Win32_System_Restore"
Fields
nStatus: u32
llSequenceNumber: i64
Trait Implementations
impl Clone for STATEMGRSTATUS
impl Clone for STATEMGRSTATUS
impl Copy for STATEMGRSTATUS
Auto Trait Implementations
impl RefUnwindSafe for STATEMGRSTATUS
impl Send for STATEMGRSTATUS
impl Sync for STATEMGRSTATUS
impl Unpin for STATEMGRSTATUS
impl UnwindSafe for STATEMGRSTATUS
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