Struct windows_sys::Win32::Storage::Jet::JET_RECPOS
[−]#[repr(C)]pub struct JET_RECPOS {
pub cbStruct: u32,
pub centriesLT: u32,
pub centriesInRange: u32,
pub centriesTotal: u32,
}
Expand description
Required features: "Win32_Storage_Jet"
Fields
cbStruct: u32
centriesLT: u32
centriesInRange: u32
centriesTotal: u32
Trait Implementations
impl Clone for JET_RECPOS
impl Clone for JET_RECPOS
impl Copy for JET_RECPOS
Auto Trait Implementations
impl RefUnwindSafe for JET_RECPOS
impl Send for JET_RECPOS
impl Sync for JET_RECPOS
impl Unpin for JET_RECPOS
impl UnwindSafe for JET_RECPOS
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