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