Struct windows_sys::Win32::Storage::Jet::JET_RSTINFO_W
[−]#[repr(C)]pub struct JET_RSTINFO_W {
pub cbStruct: u32,
pub rgrstmap: *mut JET_RSTMAP_W,
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: u32
rgrstmap: *mut JET_RSTMAP_W
crstmap: i32
lgposStop: JET_LGPOS
logtimeStop: JET_LOGTIME
pfnStatus: JET_PFNSTATUS
Trait Implementations
impl Clone for JET_RSTINFO_W
impl Clone for JET_RSTINFO_W
impl Copy for JET_RSTINFO_W
Auto Trait Implementations
impl RefUnwindSafe for JET_RSTINFO_W
impl !Send for JET_RSTINFO_W
impl !Sync for JET_RSTINFO_W
impl Unpin for JET_RSTINFO_W
impl UnwindSafe for JET_RSTINFO_W
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