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