Struct DBPROPINFO
#[repr(C)]pub struct DBPROPINFO {
pub pwszDescription: PWSTR,
pub dwPropertyID: u32,
pub dwFlags: u32,
pub vtType: VARENUM,
pub vValues: VARIANT,
}
Fields§
§pwszDescription: PWSTR
§dwPropertyID: u32
§dwFlags: u32
§vtType: VARENUM
§vValues: VARIANT
Trait Implementations§
§impl Clone for DBPROPINFO
impl Clone for DBPROPINFO
§fn clone(&self) -> DBPROPINFO
fn clone(&self) -> DBPROPINFO
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 DBPROPINFO
Auto Trait Implementations§
impl Freeze for DBPROPINFO
impl RefUnwindSafe for DBPROPINFO
impl !Send for DBPROPINFO
impl !Sync for DBPROPINFO
impl Unpin for DBPROPINFO
impl UnwindSafe for DBPROPINFO
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