pub struct BeginFrameBuilder { /* private fields */ }Implementations§
Source§impl BeginFrameBuilder
impl BeginFrameBuilder
pub fn frame_time_ticks(self, frame_time_ticks: impl Into<f64>) -> Self
pub fn interval(self, interval: impl Into<f64>) -> Self
pub fn no_display_updates(self, no_display_updates: impl Into<bool>) -> Self
pub fn screenshot(self, screenshot: impl Into<ScreenshotParams>) -> Self
pub fn build(self) -> BeginFrame
Trait Implementations§
Source§impl Clone for BeginFrameBuilder
impl Clone for BeginFrameBuilder
Source§fn clone(&self) -> BeginFrameBuilder
fn clone(&self) -> BeginFrameBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for BeginFrameBuilder
impl Default for BeginFrameBuilder
Source§fn default() -> BeginFrameBuilder
fn default() -> BeginFrameBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BeginFrameBuilder
impl RefUnwindSafe for BeginFrameBuilder
impl Send for BeginFrameBuilder
impl Sync for BeginFrameBuilder
impl Unpin for BeginFrameBuilder
impl UnsafeUnpin for BeginFrameBuilder
impl UnwindSafe for BeginFrameBuilder
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