Struct windows_sys::Win32::Storage::Jet::JET_INDEXLIST
[−]#[repr(C)]pub struct JET_INDEXLIST {Show 19 fields
pub cbStruct: u32,
pub tableid: JET_TABLEID,
pub cRecord: u32,
pub columnidindexname: u32,
pub columnidgrbitIndex: u32,
pub columnidcKey: u32,
pub columnidcEntry: u32,
pub columnidcPage: u32,
pub columnidcColumn: u32,
pub columnidiColumn: u32,
pub columnidcolumnid: u32,
pub columnidcoltyp: u32,
pub columnidCountry: u32,
pub columnidLangid: u32,
pub columnidCp: u32,
pub columnidCollate: u32,
pub columnidgrbitColumn: u32,
pub columnidcolumnname: u32,
pub columnidLCMapFlags: u32,
}Expand description
Required features: "Win32_Storage_Jet", "Win32_Storage_StructuredStorage"
Fields
cbStruct: u32tableid: JET_TABLEIDcRecord: u32columnidindexname: u32columnidgrbitIndex: u32columnidcKey: u32columnidcEntry: u32columnidcPage: u32columnidcColumn: u32columnidiColumn: u32columnidcolumnid: u32columnidcoltyp: u32columnidCountry: u32columnidLangid: u32columnidCp: u32columnidCollate: u32columnidgrbitColumn: u32columnidcolumnname: u32columnidLCMapFlags: u32Trait Implementations
impl Clone for JET_INDEXLIST
impl Clone for JET_INDEXLIST
impl Copy for JET_INDEXLIST
Auto Trait Implementations
impl RefUnwindSafe for JET_INDEXLIST
impl Send for JET_INDEXLIST
impl Sync for JET_INDEXLIST
impl Unpin for JET_INDEXLIST
impl UnwindSafe for JET_INDEXLIST
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