pub struct ReplaySnapshot {
pub snapshot_id: SnapshotId,
pub from_step: Option<JsUInt>,
pub to_step: Option<JsUInt>,
pub scale: Option<JsFloat>,
}Fields§
§snapshot_id: SnapshotId§from_step: Option<JsUInt>§to_step: Option<JsUInt>§scale: Option<JsFloat>Trait Implementations§
Source§impl Clone for ReplaySnapshot
impl Clone for ReplaySnapshot
Source§fn clone(&self) -> ReplaySnapshot
fn clone(&self) -> ReplaySnapshot
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 ReplaySnapshot
impl Debug for ReplaySnapshot
Source§impl<'de> Deserialize<'de> for ReplaySnapshot
impl<'de> Deserialize<'de> for ReplaySnapshot
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 ReplaySnapshot
impl Method for ReplaySnapshot
const NAME: &'static str = "LayerTree.replaySnapshot"
type ReturnObject = ReplaySnapshotReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for ReplaySnapshot
impl PartialEq for ReplaySnapshot
Source§impl Serialize for ReplaySnapshot
impl Serialize for ReplaySnapshot
impl StructuralPartialEq for ReplaySnapshot
Auto Trait Implementations§
impl Freeze for ReplaySnapshot
impl RefUnwindSafe for ReplaySnapshot
impl Send for ReplaySnapshot
impl Sync for ReplaySnapshot
impl Unpin for ReplaySnapshot
impl UnwindSafe for ReplaySnapshot
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