Struct windows_sys::Win32::Storage::Jet::JET_OBJECTLIST
[−]#[repr(C)]pub struct JET_OBJECTLIST {
pub cbStruct: u32,
pub tableid: JET_TABLEID,
pub cRecord: u32,
pub columnidcontainername: u32,
pub columnidobjectname: u32,
pub columnidobjtyp: u32,
pub columniddtCreate: u32,
pub columniddtUpdate: u32,
pub columnidgrbit: u32,
pub columnidflags: u32,
pub columnidcRecord: u32,
pub columnidcPage: u32,
}Expand description
Required features: "Win32_Storage_Jet", "Win32_Storage_StructuredStorage"
Fields
cbStruct: u32tableid: JET_TABLEIDcRecord: u32columnidcontainername: u32columnidobjectname: u32columnidobjtyp: u32columniddtCreate: u32columniddtUpdate: u32columnidgrbit: u32columnidflags: u32columnidcRecord: u32columnidcPage: u32Trait Implementations
impl Clone for JET_OBJECTLIST
impl Clone for JET_OBJECTLIST
impl Copy for JET_OBJECTLIST
Auto Trait Implementations
impl RefUnwindSafe for JET_OBJECTLIST
impl Send for JET_OBJECTLIST
impl Sync for JET_OBJECTLIST
impl Unpin for JET_OBJECTLIST
impl UnwindSafe for JET_OBJECTLIST
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