#[repr(C, u8)]pub enum ShapePointVecDestructor {
DefaultRust,
NoDestructor,
External(ShapePointVecDestructorType),
}Variants§
Trait Implementations§
Source§impl Clone for ShapePointVecDestructor
impl Clone for ShapePointVecDestructor
Source§fn clone(&self) -> ShapePointVecDestructor
fn clone(&self) -> ShapePointVecDestructor
Returns a duplicate 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 ShapePointVecDestructor
impl Debug for ShapePointVecDestructor
impl Copy for ShapePointVecDestructor
Auto Trait Implementations§
impl Freeze for ShapePointVecDestructor
impl RefUnwindSafe for ShapePointVecDestructor
impl Send for ShapePointVecDestructor
impl Sync for ShapePointVecDestructor
impl Unpin for ShapePointVecDestructor
impl UnwindSafe for ShapePointVecDestructor
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