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