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