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