pub enum StyleVarType {
Float,
Vec2,
Vec4,
}Variants§
Trait Implementations§
Source§impl Clone for StyleVarType
impl Clone for StyleVarType
Source§fn clone(&self) -> StyleVarType
fn clone(&self) -> StyleVarType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StyleVarType
impl Debug for StyleVarType
Source§impl PartialEq for StyleVarType
impl PartialEq for StyleVarType
Source§fn eq(&self, other: &StyleVarType) -> bool
fn eq(&self, other: &StyleVarType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StyleVarType
impl Eq for StyleVarType
impl StructuralPartialEq for StyleVarType
Auto Trait Implementations§
impl Freeze for StyleVarType
impl RefUnwindSafe for StyleVarType
impl Send for StyleVarType
impl Sync for StyleVarType
impl Unpin for StyleVarType
impl UnsafeUnpin for StyleVarType
impl UnwindSafe for StyleVarType
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