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