pub struct OnPage { /* private fields */ }
Expand description
Document is currently on a page and can be drawn onto.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnPage
impl !RefUnwindSafe for OnPage
impl !Send for OnPage
impl !Sync for OnPage
impl Unpin for OnPage
impl !UnwindSafe for OnPage
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