pub enum SculkSensorPhase {
Inactive,
Active,
Cooldown,
}Variants§
Trait Implementations§
Source§impl Clone for SculkSensorPhase
impl Clone for SculkSensorPhase
Source§fn clone(&self) -> SculkSensorPhase
fn clone(&self) -> SculkSensorPhase
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 SculkSensorPhase
impl Debug for SculkSensorPhase
Source§impl PartialEq for SculkSensorPhase
impl PartialEq for SculkSensorPhase
Source§fn eq(&self, other: &SculkSensorPhase) -> bool
fn eq(&self, other: &SculkSensorPhase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PropertyEnum for SculkSensorPhase
impl PropertyEnum for SculkSensorPhase
impl StructuralPartialEq for SculkSensorPhase
Auto Trait Implementations§
impl Freeze for SculkSensorPhase
impl RefUnwindSafe for SculkSensorPhase
impl Send for SculkSensorPhase
impl Sync for SculkSensorPhase
impl Unpin for SculkSensorPhase
impl UnsafeUnpin for SculkSensorPhase
impl UnwindSafe for SculkSensorPhase
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