Struct windows::Win32::Storage::Jet::JET_OPENTEMPORARYTABLE2
#[repr(C)]pub struct JET_OPENTEMPORARYTABLE2 {
pub cbStruct: u32,
pub prgcolumndef: *const JET_COLUMNDEF,
pub ccolumn: u32,
pub pidxunicode: *mut JET_UNICODEINDEX2,
pub grbit: u32,
pub prgcolumnid: *mut u32,
pub cbKeyMost: u32,
pub cbVarSegMac: u32,
pub tableid: JET_TABLEID,
}
Fields§
§cbStruct: u32
§prgcolumndef: *const JET_COLUMNDEF
§ccolumn: u32
§pidxunicode: *mut JET_UNICODEINDEX2
§grbit: u32
§prgcolumnid: *mut u32
§cbKeyMost: u32
§cbVarSegMac: u32
§tableid: JET_TABLEID
Trait Implementations§
§impl Clone for JET_OPENTEMPORARYTABLE2
impl Clone for JET_OPENTEMPORARYTABLE2
§fn clone(&self) -> JET_OPENTEMPORARYTABLE2
fn clone(&self) -> JET_OPENTEMPORARYTABLE2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for JET_OPENTEMPORARYTABLE2
impl Debug for JET_OPENTEMPORARYTABLE2
§impl Default for JET_OPENTEMPORARYTABLE2
impl Default for JET_OPENTEMPORARYTABLE2
§impl PartialEq for JET_OPENTEMPORARYTABLE2
impl PartialEq for JET_OPENTEMPORARYTABLE2
§fn eq(&self, other: &JET_OPENTEMPORARYTABLE2) -> bool
fn eq(&self, other: &JET_OPENTEMPORARYTABLE2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for JET_OPENTEMPORARYTABLE2
impl Eq for JET_OPENTEMPORARYTABLE2
impl StructuralPartialEq for JET_OPENTEMPORARYTABLE2
Auto Trait Implementations§
impl Freeze for JET_OPENTEMPORARYTABLE2
impl RefUnwindSafe for JET_OPENTEMPORARYTABLE2
impl !Send for JET_OPENTEMPORARYTABLE2
impl !Sync for JET_OPENTEMPORARYTABLE2
impl Unpin for JET_OPENTEMPORARYTABLE2
impl UnwindSafe for JET_OPENTEMPORARYTABLE2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)