#[repr(C)]pub struct CSTL_DropType {
pub drop: CSTL_Drop,
}Expand description
Function table for a type that can be destroyed by calling drop
on a range of objects of that type.
Fields§
§drop: CSTL_DropTrait Implementations§
Source§impl Clone for CSTL_DropType
impl Clone for CSTL_DropType
Source§fn clone(&self) -> CSTL_DropType
fn clone(&self) -> CSTL_DropType
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 CSTL_DropType
impl Debug for CSTL_DropType
impl Copy for CSTL_DropType
Auto Trait Implementations§
impl Freeze for CSTL_DropType
impl RefUnwindSafe for CSTL_DropType
impl Send for CSTL_DropType
impl Sync for CSTL_DropType
impl Unpin for CSTL_DropType
impl UnwindSafe for CSTL_DropType
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