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