Struct winapi::um::winnt::TP_CALLBACK_INSTANCE
source · #[repr(C)]pub struct TP_CALLBACK_INSTANCE {
pub dummy: *mut c_void,
}
Fields§
§dummy: *mut c_void
Trait Implementations§
source§impl Clone for TP_CALLBACK_INSTANCE
impl Clone for TP_CALLBACK_INSTANCE
source§fn clone(&self) -> TP_CALLBACK_INSTANCE
fn clone(&self) -> TP_CALLBACK_INSTANCE
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 Default for TP_CALLBACK_INSTANCE
impl Default for TP_CALLBACK_INSTANCE
source§fn default() -> TP_CALLBACK_INSTANCE
fn default() -> TP_CALLBACK_INSTANCE
Returns the “default value” for a type. Read more