#[repr(C)]pub struct tagVARDESC {
pub memid: MEMBERID,
pub lpstrSchema: LPOLESTR,
pub __bindgen_anon_1: tagVARDESC__bindgen_ty_1,
pub elemdescVar: ELEMDESC,
pub wVarFlags: WORD,
pub varkind: VARKIND,
}
Fields§
§memid: MEMBERID
§lpstrSchema: LPOLESTR
§__bindgen_anon_1: tagVARDESC__bindgen_ty_1
§elemdescVar: ELEMDESC
§wVarFlags: WORD
§varkind: VARKIND
Trait Implementations§
Source§impl Clone for tagVARDESC
impl Clone for tagVARDESC
Source§fn clone(&self) -> tagVARDESC
fn clone(&self) -> tagVARDESC
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 tagVARDESC
Auto Trait Implementations§
impl Freeze for tagVARDESC
impl RefUnwindSafe for tagVARDESC
impl !Send for tagVARDESC
impl !Sync for tagVARDESC
impl Unpin for tagVARDESC
impl UnwindSafe for tagVARDESC
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