pub enum BackfaceVisibility {
Visible,
Hidden,
}Expand description
The backface-visibility keyword. Controls whether the back face
of a 3-D-transformed element is visible when facing the viewer.
Variants§
Trait Implementations§
Source§impl Clone for BackfaceVisibility
impl Clone for BackfaceVisibility
Source§fn clone(&self) -> BackfaceVisibility
fn clone(&self) -> BackfaceVisibility
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 moreimpl Copy for BackfaceVisibility
Source§impl Debug for BackfaceVisibility
impl Debug for BackfaceVisibility
impl Eq for BackfaceVisibility
Source§impl Hash for BackfaceVisibility
impl Hash for BackfaceVisibility
Source§impl PartialEq for BackfaceVisibility
impl PartialEq for BackfaceVisibility
Source§fn eq(&self, other: &BackfaceVisibility) -> bool
fn eq(&self, other: &BackfaceVisibility) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BackfaceVisibility
Auto Trait Implementations§
impl Freeze for BackfaceVisibility
impl RefUnwindSafe for BackfaceVisibility
impl Send for BackfaceVisibility
impl Sync for BackfaceVisibility
impl Unpin for BackfaceVisibility
impl UnsafeUnpin for BackfaceVisibility
impl UnwindSafe for BackfaceVisibility
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