#[repr(C)]pub struct tagCUSTDATA {
pub cCustData: DWORD,
pub prgCustData: LPCUSTDATAITEM,
}Fields§
§cCustData: DWORD§prgCustData: LPCUSTDATAITEMTrait Implementations§
Source§impl Clone for tagCUSTDATA
impl Clone for tagCUSTDATA
Source§fn clone(&self) -> tagCUSTDATA
fn clone(&self) -> tagCUSTDATA
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 tagCUSTDATA
impl Debug for tagCUSTDATA
impl Copy 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