pub struct BeginFrame {
pub frame_time_ticks: Option<JsFloat>,
pub interval: Option<JsFloat>,
pub no_display_updates: Option<bool>,
pub screenshot: Option<ScreenshotParams>,
}
Fields§
§frame_time_ticks: Option<JsFloat>
§interval: Option<JsFloat>
§no_display_updates: Option<bool>
§screenshot: Option<ScreenshotParams>
Trait Implementations§
Source§impl Clone for BeginFrame
impl Clone for BeginFrame
Source§fn clone(&self) -> BeginFrame
fn clone(&self) -> BeginFrame
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 Debug for BeginFrame
impl Debug for BeginFrame
Source§impl<'de> Deserialize<'de> for BeginFrame
impl<'de> Deserialize<'de> for BeginFrame
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for BeginFrame
impl Method for BeginFrame
const NAME: &'static str = "HeadlessExperimental.beginFrame"
type ReturnObject = BeginFrameReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for BeginFrame
impl PartialEq for BeginFrame
Source§impl Serialize for BeginFrame
impl Serialize for BeginFrame
impl StructuralPartialEq for BeginFrame
Auto Trait Implementations§
impl Freeze for BeginFrame
impl RefUnwindSafe for BeginFrame
impl Send for BeginFrame
impl Sync for BeginFrame
impl Unpin for BeginFrame
impl UnwindSafe for BeginFrame
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