#[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 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 moreSource§impl Debug for tagPARAMDATA
impl Debug for tagPARAMDATA
impl Copy for tagPARAMDATA
Auto Trait Implementations§
impl Freeze for tagPARAMDATA
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