pub struct DecoId(pub usize);Expand description
Deferred decoration closures (Interp::decos) for frames.
fire_hooks fires one with the frame’s placed (x, y, w, h, d) and
accumulates the returned graphics onto the page.
Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for DecoId
impl Eq for DecoId
impl StructuralPartialEq for DecoId
Auto Trait Implementations§
impl Freeze for DecoId
impl RefUnwindSafe for DecoId
impl Send for DecoId
impl Sync for DecoId
impl Unpin for DecoId
impl UnsafeUnpin for DecoId
impl UnwindSafe for DecoId
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