#[repr(C)]pub struct tagCALPWSTR {
pub cElems: ULONG,
pub pElems: *mut LPWSTR,
}Fields§
§cElems: ULONG§pElems: *mut LPWSTRTrait Implementations§
Source§impl Clone for tagCALPWSTR
impl Clone for tagCALPWSTR
Source§fn clone(&self) -> tagCALPWSTR
fn clone(&self) -> tagCALPWSTR
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 tagCALPWSTR
impl Debug for tagCALPWSTR
impl Copy 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