#[repr(u8)]pub enum Dro {
Off = 0,
Done = 1,
Repeat = 3,
Passthrough = 8,
}
Expand description
DRO - Done/Repeat/Off Generally used for an abstract process, such as an animation sequence.
Variants§
Off = 0
Done = 1
Repeat = 3
Passthrough = 8
Passthrough TriggerEvent state Only used for TriggerConditions
Trait Implementations§
impl Copy for Dro
impl Eq for Dro
impl StructuralPartialEq for Dro
Auto Trait Implementations§
impl Freeze for Dro
impl RefUnwindSafe for Dro
impl Send for Dro
impl Sync for Dro
impl Unpin for Dro
impl UnwindSafe for Dro
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