Struct vc6_sys::tagPARAMDATA
source · #[repr(C)]pub struct tagPARAMDATA {
pub szName: *mut OLECHAR,
pub vt: VARTYPE,
}Fields§
§szName: *mut OLECHAR§vt: VARTYPETrait Implementations§
source§impl Clone for tagPARAMDATA
impl Clone for tagPARAMDATA
source§fn clone(&self) -> tagPARAMDATA
fn clone(&self) -> tagPARAMDATA
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 moresource§impl Debug for tagPARAMDATA
impl Debug for tagPARAMDATA
impl Copy for tagPARAMDATA
Auto Trait Implementations§
impl RefUnwindSafe for tagPARAMDATA
impl !Send for tagPARAMDATA
impl !Sync for tagPARAMDATA
impl Unpin for tagPARAMDATA
impl UnwindSafe for tagPARAMDATA
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