pub struct PlacedLineHookMut<__F>(pub __F);Tuple Fields§
§0: __FTrait Implementations§
Source§impl<__F: FnMut(&mut PlacedLine)> HookMut for PlacedLineHookMut<__F>
impl<__F: FnMut(&mut PlacedLine)> HookMut for PlacedLineHookMut<__F>
fn hook_placed_line_mut(&mut self, i: &mut PlacedLine)
fn hook_page_mut(&mut self, i: &mut Page)
fn hook_vert_box_mut(&mut self, i: &mut VertBox)
fn hook_pure_horz_box_mut(&mut self, i: &mut PureHorzBox)
fn hook_tabular_box_mut(&mut self, i: &mut TabularBox)
fn hook_tabular_cell_box_mut(&mut self, i: &mut TabularCellBox)
fn hook_graphics_elem_mut(&mut self, i: &mut GraphicsElem)
Auto Trait Implementations§
impl<__F> Freeze for PlacedLineHookMut<__F>where
__F: Freeze,
impl<__F> RefUnwindSafe for PlacedLineHookMut<__F>where
__F: RefUnwindSafe,
impl<__F> Send for PlacedLineHookMut<__F>where
__F: Send,
impl<__F> Sync for PlacedLineHookMut<__F>where
__F: Sync,
impl<__F> Unpin for PlacedLineHookMut<__F>where
__F: Unpin,
impl<__F> UnsafeUnpin for PlacedLineHookMut<__F>where
__F: UnsafeUnpin,
impl<__F> UnwindSafe for PlacedLineHookMut<__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