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