#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Source§impl Default for TP_CLEANUP_GROUP
Available on crate feature impl-default only.
impl Default for TP_CLEANUP_GROUP
Available on crate feature
impl-default only.Source§fn default() -> TP_CLEANUP_GROUP
fn default() -> TP_CLEANUP_GROUP
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for TP_CLEANUP_GROUP
impl !Sync for TP_CLEANUP_GROUP
impl Freeze for TP_CLEANUP_GROUP
impl RefUnwindSafe for TP_CLEANUP_GROUP
impl Unpin for TP_CLEANUP_GROUP
impl UnsafeUnpin 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