#[repr(C)]pub struct tagCLIPDATA {
pub cbSize: ULONG,
pub ulClipFmt: LONG,
pub pClipData: *mut BYTE,
}
Fields§
§cbSize: ULONG
§ulClipFmt: LONG
§pClipData: *mut BYTE
Trait Implementations§
Source§impl Clone for tagCLIPDATA
impl Clone for tagCLIPDATA
Source§fn clone(&self) -> tagCLIPDATA
fn clone(&self) -> tagCLIPDATA
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 tagCLIPDATA
impl Debug for tagCLIPDATA
Source§impl Ord for tagCLIPDATA
impl Ord for tagCLIPDATA
Source§fn cmp(&self, other: &tagCLIPDATA) -> Ordering
fn cmp(&self, other: &tagCLIPDATA) -> 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 tagCLIPDATA
impl PartialEq for tagCLIPDATA
Source§impl PartialOrd for tagCLIPDATA
impl PartialOrd for tagCLIPDATA
impl Copy for tagCLIPDATA
impl Eq for tagCLIPDATA
impl StructuralPartialEq for tagCLIPDATA
Auto Trait Implementations§
impl Freeze for tagCLIPDATA
impl RefUnwindSafe for tagCLIPDATA
impl !Send for tagCLIPDATA
impl !Sync for tagCLIPDATA
impl Unpin for tagCLIPDATA
impl UnwindSafe for tagCLIPDATA
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