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