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