#[repr(C)]pub struct tagODBC_VS_ARGS {
pub pguidEvent: *const GUID,
pub dwFlags: DWORD,
pub __bindgen_anon_1: tagODBC_VS_ARGS__bindgen_ty_1,
pub __bindgen_anon_2: tagODBC_VS_ARGS__bindgen_ty_2,
pub RetCode: RETCODE,
}Fields§
§pguidEvent: *const GUID§dwFlags: DWORD§__bindgen_anon_1: tagODBC_VS_ARGS__bindgen_ty_1§__bindgen_anon_2: tagODBC_VS_ARGS__bindgen_ty_2§RetCode: RETCODETrait Implementations§
Source§impl Clone for tagODBC_VS_ARGS
impl Clone for tagODBC_VS_ARGS
Source§fn clone(&self) -> tagODBC_VS_ARGS
fn clone(&self) -> tagODBC_VS_ARGS
Returns a duplicate 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 tagODBC_VS_ARGS
Auto Trait Implementations§
impl Freeze for tagODBC_VS_ARGS
impl RefUnwindSafe for tagODBC_VS_ARGS
impl !Send for tagODBC_VS_ARGS
impl !Sync for tagODBC_VS_ARGS
impl Unpin for tagODBC_VS_ARGS
impl UnwindSafe for tagODBC_VS_ARGS
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