#[repr(C)]pub struct TP_CLEANUP_GROUP {
    pub dummy: *mut c_void,
}Fields§
§dummy: *mut c_voidTrait 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 moreimpl Copy for TP_CLEANUP_GROUP
Auto Trait Implementations§
impl Freeze for TP_CLEANUP_GROUP
impl RefUnwindSafe for TP_CLEANUP_GROUP
impl !Send for TP_CLEANUP_GROUP
impl !Sync for TP_CLEANUP_GROUP
impl Unpin for TP_CLEANUP_GROUP
impl UnwindSafe for TP_CLEANUP_GROUP
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