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