Struct windows_sys::Win32::System::Search::DBCONSTRAINTDESC
#[repr(C)]pub struct DBCONSTRAINTDESC {Show 14 fields
pub pConstraintID: *mut DBID,
pub ConstraintType: u32,
pub cColumns: usize,
pub rgColumnList: *mut DBID,
pub pReferencedTableID: *mut DBID,
pub cForeignKeyColumns: usize,
pub rgForeignKeyColumnList: *mut DBID,
pub pwszConstraintText: PWSTR,
pub UpdateRule: u32,
pub DeleteRule: u32,
pub MatchType: u32,
pub Deferrability: u32,
pub cReserved: usize,
pub rgReserved: *mut DBPROPSET,
}
Fields§
§pConstraintID: *mut DBID
§ConstraintType: u32
§cColumns: usize
§rgColumnList: *mut DBID
§pReferencedTableID: *mut DBID
§cForeignKeyColumns: usize
§rgForeignKeyColumnList: *mut DBID
§pwszConstraintText: PWSTR
§UpdateRule: u32
§DeleteRule: u32
§MatchType: u32
§Deferrability: u32
§cReserved: usize
§rgReserved: *mut DBPROPSET
Trait Implementations§
§impl Clone for DBCONSTRAINTDESC
impl Clone for DBCONSTRAINTDESC
§fn clone(&self) -> DBCONSTRAINTDESC
fn clone(&self) -> DBCONSTRAINTDESC
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 moreimpl Copy for DBCONSTRAINTDESC
Auto Trait Implementations§
impl Freeze for DBCONSTRAINTDESC
impl RefUnwindSafe for DBCONSTRAINTDESC
impl !Send for DBCONSTRAINTDESC
impl !Sync for DBCONSTRAINTDESC
impl Unpin for DBCONSTRAINTDESC
impl UnwindSafe for DBCONSTRAINTDESC
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
)