pub struct SectionDivider {
pub divider_type: SectionDividerType,
pub key: Option<String>,
pub sub_type: Option<f64>,
}Expand description
TS LayerAdditionalInfo.sectionDivider.
Fields§
§divider_type: SectionDividerTypeTS field type
key: Option<String>§sub_type: Option<f64>0 = normal, 1 = scene group, affects animation timeline.
Trait Implementations§
Source§impl Clone for SectionDivider
impl Clone for SectionDivider
Source§fn clone(&self) -> SectionDivider
fn clone(&self) -> SectionDivider
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 moreAuto Trait Implementations§
impl Freeze for SectionDivider
impl RefUnwindSafe for SectionDivider
impl Send for SectionDivider
impl Sync for SectionDivider
impl Unpin for SectionDivider
impl UnsafeUnpin for SectionDivider
impl UnwindSafe for SectionDivider
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