#[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: DWORDTrait Implementations§
Source§impl Clone for tagSTATDATA
impl Clone for tagSTATDATA
Source§fn clone(&self) -> tagSTATDATA
fn clone(&self) -> tagSTATDATA
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 tagSTATDATA
impl Debug for tagSTATDATA
impl Copy 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