pub struct VertBoxHookMut<__F>(pub __F);Tuple Fields§
§0: __FTrait Implementations§
Source§impl<__F: FnMut(&mut VertBox)> HookMut for VertBoxHookMut<__F>
impl<__F: FnMut(&mut VertBox)> HookMut for VertBoxHookMut<__F>
fn hook_vert_box_mut(&mut self, i: &mut VertBox)
fn hook_page_mut(&mut self, i: &mut Page)
fn hook_placed_line_mut(&mut self, i: &mut PlacedLine)
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 VertBoxHookMut<__F>where
__F: Freeze,
impl<__F> RefUnwindSafe for VertBoxHookMut<__F>where
__F: RefUnwindSafe,
impl<__F> Send for VertBoxHookMut<__F>where
__F: Send,
impl<__F> Sync for VertBoxHookMut<__F>where
__F: Sync,
impl<__F> Unpin for VertBoxHookMut<__F>where
__F: Unpin,
impl<__F> UnsafeUnpin for VertBoxHookMut<__F>where
__F: UnsafeUnpin,
impl<__F> UnwindSafe for VertBoxHookMut<__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