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