#[repr(C)]pub struct tagCALPWSTR {
pub cElems: ULONG,
pub pElems: *mut LPWSTR,
}
Fields§
§cElems: ULONG
§pElems: *mut LPWSTR
Trait Implementations§
Source§impl Clone for tagCALPWSTR
impl Clone for tagCALPWSTR
Source§fn clone(&self) -> tagCALPWSTR
fn clone(&self) -> tagCALPWSTR
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 tagCALPWSTR
impl Debug for tagCALPWSTR
Source§impl Ord for tagCALPWSTR
impl Ord for tagCALPWSTR
Source§fn cmp(&self, other: &tagCALPWSTR) -> Ordering
fn cmp(&self, other: &tagCALPWSTR) -> 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 tagCALPWSTR
impl PartialEq for tagCALPWSTR
Source§impl PartialOrd for tagCALPWSTR
impl PartialOrd for tagCALPWSTR
impl Copy for tagCALPWSTR
impl Eq for tagCALPWSTR
impl StructuralPartialEq for tagCALPWSTR
Auto Trait Implementations§
impl Freeze for tagCALPWSTR
impl RefUnwindSafe for tagCALPWSTR
impl !Send for tagCALPWSTR
impl !Sync for tagCALPWSTR
impl Unpin for tagCALPWSTR
impl UnwindSafe for tagCALPWSTR
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