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