#[repr(C)]pub struct tagPARAMDATA {
pub szName: *mut OLECHAR,
pub vt: VARTYPE,
}
Fields§
§szName: *mut OLECHAR
§vt: VARTYPE
Trait 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
Source§impl Ord for tagPARAMDATA
impl Ord for tagPARAMDATA
Source§fn cmp(&self, other: &tagPARAMDATA) -> Ordering
fn cmp(&self, other: &tagPARAMDATA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagPARAMDATA
impl PartialEq for tagPARAMDATA
Source§impl PartialOrd for tagPARAMDATA
impl PartialOrd for tagPARAMDATA
impl Copy for tagPARAMDATA
impl Eq for tagPARAMDATA
impl StructuralPartialEq 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