Struct webrender_api::NotificationRequest
source · pub struct NotificationRequest { /* private fields */ }Implementations
sourceimpl NotificationRequest
impl NotificationRequest
pub fn new(when: Checkpoint, handler: Box<dyn NotificationHandler>) -> Self
pub fn when(&self) -> Checkpoint
pub fn notify(self)
Trait Implementations
sourceimpl Clone for NotificationRequest
impl Clone for NotificationRequest
Auto Trait Implementations
impl !RefUnwindSafe for NotificationRequest
impl Send for NotificationRequest
impl Sync for NotificationRequest
impl Unpin for NotificationRequest
impl !UnwindSafe for NotificationRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more