pub struct PureHorzBoxHook<__F>(pub __F);Tuple Fields§
§0: __FTrait Implementations§
Source§impl<__F: FnMut(&PureHorzBox)> Hook for PureHorzBoxHook<__F>
impl<__F: FnMut(&PureHorzBox)> Hook for PureHorzBoxHook<__F>
fn hook_pure_horz_box(&mut self, i: &PureHorzBox)
fn hook_page(&mut self, i: &Page)
fn hook_placed_line(&mut self, i: &PlacedLine)
fn hook_vert_box(&mut self, i: &VertBox)
fn hook_tabular_box(&mut self, i: &TabularBox)
fn hook_tabular_cell_box(&mut self, i: &TabularCellBox)
fn hook_graphics_elem(&mut self, i: &GraphicsElem)
Auto Trait Implementations§
impl<__F> Freeze for PureHorzBoxHook<__F>where
__F: Freeze,
impl<__F> RefUnwindSafe for PureHorzBoxHook<__F>where
__F: RefUnwindSafe,
impl<__F> Send for PureHorzBoxHook<__F>where
__F: Send,
impl<__F> Sync for PureHorzBoxHook<__F>where
__F: Sync,
impl<__F> Unpin for PureHorzBoxHook<__F>where
__F: Unpin,
impl<__F> UnsafeUnpin for PureHorzBoxHook<__F>where
__F: UnsafeUnpin,
impl<__F> UnwindSafe for PureHorzBoxHook<__F>where
__F: UnwindSafe,
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