pub enum SimultaneousRenderPolicy {
PreserveOnset,
}Expand description
How explicit simultaneous groups should be rendered.
Variants§
PreserveOnset
Keep every simultaneous group at one exact onset and advance by the longest member.
Trait Implementations§
Source§impl Clone for SimultaneousRenderPolicy
impl Clone for SimultaneousRenderPolicy
Source§fn clone(&self) -> SimultaneousRenderPolicy
fn clone(&self) -> SimultaneousRenderPolicy
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 SimultaneousRenderPolicy
Source§impl Debug for SimultaneousRenderPolicy
impl Debug for SimultaneousRenderPolicy
impl Eq for SimultaneousRenderPolicy
Source§impl PartialEq for SimultaneousRenderPolicy
impl PartialEq for SimultaneousRenderPolicy
impl StructuralPartialEq for SimultaneousRenderPolicy
Auto Trait Implementations§
impl Freeze for SimultaneousRenderPolicy
impl RefUnwindSafe for SimultaneousRenderPolicy
impl Send for SimultaneousRenderPolicy
impl Sync for SimultaneousRenderPolicy
impl Unpin for SimultaneousRenderPolicy
impl UnsafeUnpin for SimultaneousRenderPolicy
impl UnwindSafe for SimultaneousRenderPolicy
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