#[repr(u32)]pub enum VisibilityEnablerEnabler {
PauseAnimations = 0,
FreezeBodies = 1,
Max = 2,
}Variants§
Trait Implementations§
Source§impl Clone for VisibilityEnablerEnabler
impl Clone for VisibilityEnablerEnabler
Source§fn clone(&self) -> VisibilityEnablerEnabler
fn clone(&self) -> VisibilityEnablerEnabler
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 VisibilityEnablerEnabler
Source§impl Debug for VisibilityEnablerEnabler
impl Debug for VisibilityEnablerEnabler
impl Eq for VisibilityEnablerEnabler
Source§impl Hash for VisibilityEnablerEnabler
impl Hash for VisibilityEnablerEnabler
Source§impl PartialEq for VisibilityEnablerEnabler
impl PartialEq for VisibilityEnablerEnabler
Source§fn eq(&self, other: &VisibilityEnablerEnabler) -> bool
fn eq(&self, other: &VisibilityEnablerEnabler) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VisibilityEnablerEnabler
Auto Trait Implementations§
impl Freeze for VisibilityEnablerEnabler
impl RefUnwindSafe for VisibilityEnablerEnabler
impl Send for VisibilityEnablerEnabler
impl Sync for VisibilityEnablerEnabler
impl Unpin for VisibilityEnablerEnabler
impl UnsafeUnpin for VisibilityEnablerEnabler
impl UnwindSafe for VisibilityEnablerEnabler
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