#[repr(C)]pub struct FrameReadyParams {
pub present: bool,
pub render: bool,
pub scrolled: bool,
pub tracked: bool,
}
Fields§
§present: bool
§render: bool
§scrolled: bool
§tracked: bool
Firefox uses this to indicate that the frame does not participate in the frame throttling mechanism. Frames from off-screen transactions are not tracked.
Auto Trait Implementations§
impl Freeze for FrameReadyParams
impl RefUnwindSafe for FrameReadyParams
impl Send for FrameReadyParams
impl Sync for FrameReadyParams
impl Unpin for FrameReadyParams
impl UnwindSafe for FrameReadyParams
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