#[repr(C)]pub struct tagCALPSTR {
pub cElems: ULONG,
pub pElems: *mut LPSTR,
}Fields§
§cElems: ULONG§pElems: *mut LPSTRTrait Implementations§
Source§impl Clone for tagCALPSTR
impl Clone for tagCALPSTR
Source§fn clone(&self) -> tagCALPSTR
fn clone(&self) -> tagCALPSTR
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 tagCALPSTR
impl Debug for tagCALPSTR
impl Copy for tagCALPSTR
Auto Trait Implementations§
impl Freeze for tagCALPSTR
impl RefUnwindSafe for tagCALPSTR
impl !Send for tagCALPSTR
impl !Sync for tagCALPSTR
impl Unpin for tagCALPSTR
impl UnwindSafe for tagCALPSTR
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