Struct vc6_sys::tagSTATDATA
source · #[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 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
impl Copy for tagSTATDATA
Auto Trait Implementations§
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