Struct windows_sys::Win32::Storage::Jet::JET_CONDITIONALCOLUMN_A
[−]#[repr(C)]pub struct JET_CONDITIONALCOLUMN_A {
pub cbStruct: u32,
pub szColumnName: PSTR,
pub grbit: u32,
}
Expand description
Required features: "Win32_Storage_Jet"
Fields
cbStruct: u32
szColumnName: PSTR
grbit: u32
Trait Implementations
impl Clone for JET_CONDITIONALCOLUMN_A
impl Clone for JET_CONDITIONALCOLUMN_A
impl Copy for JET_CONDITIONALCOLUMN_A
Auto Trait Implementations
impl RefUnwindSafe for JET_CONDITIONALCOLUMN_A
impl !Send for JET_CONDITIONALCOLUMN_A
impl !Sync for JET_CONDITIONALCOLUMN_A
impl Unpin for JET_CONDITIONALCOLUMN_A
impl UnwindSafe for JET_CONDITIONALCOLUMN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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