pub struct LayerTreeRegistration { /* private fields */ }Expand description
Event registration interface for LayerTree domain.
Implementations§
Source§impl LayerTreeRegistration
impl LayerTreeRegistration
pub fn layer_painted<F, Fut>(&self, callback: F)
pub fn layer_tree_did_change<F, Fut>(&self, callback: F)
Auto Trait Implementations§
impl Freeze for LayerTreeRegistration
impl RefUnwindSafe for LayerTreeRegistration
impl Send for LayerTreeRegistration
impl Sync for LayerTreeRegistration
impl Unpin for LayerTreeRegistration
impl UnsafeUnpin for LayerTreeRegistration
impl UnwindSafe for LayerTreeRegistration
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