Struct windows_sys::Win32::Storage::Jet::JET_RSTINFO_A
[−]#[repr(C)]pub struct JET_RSTINFO_A {
pub cbStruct: u32,
pub rgrstmap: *mut JET_RSTMAP_A,
pub crstmap: i32,
pub lgposStop: JET_LGPOS,
pub logtimeStop: JET_LOGTIME,
pub pfnStatus: JET_PFNSTATUS,
}Expand description
Required features: "Win32_Storage_Jet", "Win32_Foundation", "Win32_Storage_StructuredStorage"
Fields
cbStruct: u32rgrstmap: *mut JET_RSTMAP_Acrstmap: i32lgposStop: JET_LGPOSlogtimeStop: JET_LOGTIMEpfnStatus: JET_PFNSTATUSTrait Implementations
impl Clone for JET_RSTINFO_A
impl Clone for JET_RSTINFO_A
impl Copy for JET_RSTINFO_A
Auto Trait Implementations
impl RefUnwindSafe for JET_RSTINFO_A
impl !Send for JET_RSTINFO_A
impl !Sync for JET_RSTINFO_A
impl Unpin for JET_RSTINFO_A
impl UnwindSafe for JET_RSTINFO_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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