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