Struct windows::Win32::Storage::Jet::JET_COLUMNBASE_A
#[repr(C)]pub struct JET_COLUMNBASE_A {
pub cbStruct: u32,
pub columnid: u32,
pub coltyp: u32,
pub wCountry: u16,
pub langid: u16,
pub cp: u16,
pub wFiller: u16,
pub cbMax: u32,
pub grbit: u32,
pub szBaseTableName: [i8; 256],
pub szBaseColumnName: [i8; 256],
}
Fields§
§cbStruct: u32
§columnid: u32
§coltyp: u32
§wCountry: u16
§langid: u16
§cp: u16
§wFiller: u16
§cbMax: u32
§grbit: u32
§szBaseTableName: [i8; 256]
§szBaseColumnName: [i8; 256]
Trait Implementations§
§impl Clone for JET_COLUMNBASE_A
impl Clone for JET_COLUMNBASE_A
§fn clone(&self) -> JET_COLUMNBASE_A
fn clone(&self) -> JET_COLUMNBASE_A
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_COLUMNBASE_A
impl Debug for JET_COLUMNBASE_A
§impl Default for JET_COLUMNBASE_A
impl Default for JET_COLUMNBASE_A
§impl PartialEq for JET_COLUMNBASE_A
impl PartialEq for JET_COLUMNBASE_A
§fn eq(&self, other: &JET_COLUMNBASE_A) -> bool
fn eq(&self, other: &JET_COLUMNBASE_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for JET_COLUMNBASE_A
impl Eq for JET_COLUMNBASE_A
impl StructuralPartialEq for JET_COLUMNBASE_A
Auto Trait Implementations§
impl Freeze for JET_COLUMNBASE_A
impl RefUnwindSafe for JET_COLUMNBASE_A
impl Send for JET_COLUMNBASE_A
impl Sync for JET_COLUMNBASE_A
impl Unpin for JET_COLUMNBASE_A
impl UnwindSafe for JET_COLUMNBASE_A
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
)