pub struct StoryboardBuilder { /* private fields */ }Expand description
Storyboard ビルダー
Implementations§
Source§impl StoryboardBuilder
impl StoryboardBuilder
Sourcepub fn time_scale(self, scale: f64) -> Self
pub fn time_scale(self, scale: f64) -> Self
再生速度倍率を設定
Sourcepub fn loop_count(self, count: u32) -> Self
pub fn loop_count(self, count: u32) -> Self
ループ回数を設定
Sourcepub fn interruption_policy(self, policy: InterruptionPolicy) -> Self
pub fn interruption_policy(self, policy: InterruptionPolicy) -> Self
割り込み終了戦略を設定
Sourcepub fn entry(self, entry: StoryboardEntry) -> Self
pub fn entry(self, entry: StoryboardEntry) -> Self
エントリを追加
Sourcepub fn build(self) -> Storyboard
pub fn build(self) -> Storyboard
ストーリーボードを構築
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StoryboardBuilder
impl RefUnwindSafe for StoryboardBuilder
impl Send for StoryboardBuilder
impl Sync for StoryboardBuilder
impl Unpin for StoryboardBuilder
impl UnwindSafe for StoryboardBuilder
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