pub enum DeltaType {
None,
Face,
Pose,
Scene,
Multiple,
}Expand description
Delta type - what changed
Variants§
None
No change
Face
Face state changed
Pose
Pose state changed
Scene
Scene state changed
Multiple
Multiple things changed
Trait Implementations§
impl Copy for DeltaType
impl Eq for DeltaType
impl StructuralPartialEq for DeltaType
Auto Trait Implementations§
impl Freeze for DeltaType
impl RefUnwindSafe for DeltaType
impl Send for DeltaType
impl Sync for DeltaType
impl Unpin for DeltaType
impl UnsafeUnpin for DeltaType
impl UnwindSafe for DeltaType
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