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