Struct windows_sys::Win32::Storage::Jet::JET_BKINFO
[−]#[repr(C, packed(1))]pub struct JET_BKINFO {
pub lgposMark: JET_LGPOS,
pub Anonymous: JET_BKINFO_0,
pub genLow: u32,
pub genHigh: u32,
}
Expand description
Required features: ‘Win32_Storage_Jet’, ‘Win32_Foundation’
Fields
lgposMark: JET_LGPOS
Anonymous: JET_BKINFO_0
genLow: u32
genHigh: u32
Trait Implementations
impl Clone for JET_BKINFO
impl Clone for JET_BKINFO
impl Copy for JET_BKINFO
Auto Trait Implementations
impl RefUnwindSafe for JET_BKINFO
impl Send for JET_BKINFO
impl Sync for JET_BKINFO
impl Unpin for JET_BKINFO
impl UnwindSafe for JET_BKINFO
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