Struct windows_sys::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
impl Copy for JET_COLUMNDEF
Auto Trait Implementations§
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