#[repr(u8)]
pub enum Dro {
Off,
Done,
Repeat,
Passthrough,
}
Expand description
DRO - Done/Repeat/Off Generally used for an abstract process, such as an animation sequence.
Variants
Off
Done
Repeat
Passthrough
Passthrough TriggerEvent state Only used for TriggerConditions
Trait Implementations
impl Copy for Dro
impl Eq for Dro
impl StructuralEq for Dro
impl StructuralPartialEq for Dro
Auto Trait Implementations
impl RefUnwindSafe for Dro
impl Send for Dro
impl Sync for Dro
impl Unpin for Dro
impl UnwindSafe for Dro
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more