pub struct GraphicsFnId(pub usize);Expand description
Deferred inline-graphics-outer callbacks (Interp::outer_graphics),
read back by resolve_outer_graphics_* once line layout has resolved the
box’s width.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for GraphicsFnId
impl Clone for GraphicsFnId
Source§fn clone(&self) -> GraphicsFnId
fn clone(&self) -> GraphicsFnId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GraphicsFnId
Source§impl Debug for GraphicsFnId
impl Debug for GraphicsFnId
impl Eq for GraphicsFnId
Source§impl Hash for GraphicsFnId
impl Hash for GraphicsFnId
Source§impl PartialEq for GraphicsFnId
impl PartialEq for GraphicsFnId
impl StructuralPartialEq for GraphicsFnId
Auto Trait Implementations§
impl Freeze for GraphicsFnId
impl RefUnwindSafe for GraphicsFnId
impl Send for GraphicsFnId
impl Sync for GraphicsFnId
impl Unpin for GraphicsFnId
impl UnsafeUnpin for GraphicsFnId
impl UnwindSafe for GraphicsFnId
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