pub struct RunnerWindowStyleDiagnosticsStore { /* private fields */ }Implementations§
Source§impl RunnerWindowStyleDiagnosticsStore
impl RunnerWindowStyleDiagnosticsStore
pub fn clamp_hit_test_request( requested: WindowHitTestRequestV1, caps: &PlatformCapabilities, ) -> (WindowHitTestRequestV1, RunnerWindowHitTestClampReasonV1)
pub fn effective_snapshot( &self, window: AppWindowId, ) -> Option<RunnerWindowStyleEffectiveSnapshotV1>
pub fn record_window_open( &mut self, window: AppWindowId, requested: WindowStyleRequest, caps: &PlatformCapabilities, )
pub fn record_window_close(&mut self, window: AppWindowId)
pub fn apply_style_patch( &mut self, window: AppWindowId, patch: WindowStyleRequest, caps: &PlatformCapabilities, )
Trait Implementations§
Source§impl Default for RunnerWindowStyleDiagnosticsStore
impl Default for RunnerWindowStyleDiagnosticsStore
Source§fn default() -> RunnerWindowStyleDiagnosticsStore
fn default() -> RunnerWindowStyleDiagnosticsStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunnerWindowStyleDiagnosticsStore
impl RefUnwindSafe for RunnerWindowStyleDiagnosticsStore
impl Send for RunnerWindowStyleDiagnosticsStore
impl Sync for RunnerWindowStyleDiagnosticsStore
impl Unpin for RunnerWindowStyleDiagnosticsStore
impl UnsafeUnpin for RunnerWindowStyleDiagnosticsStore
impl UnwindSafe for RunnerWindowStyleDiagnosticsStore
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