pub struct VisualLineFrame { /* private fields */ }Implementations§
Source§impl VisualLineFrame
impl VisualLineFrame
pub const fn logical_line(&self) -> u32
pub const fn visual_line(&self) -> u32
pub const fn inline_advance(&self) -> u32
pub const fn block_advance(&self) -> u32
pub const fn layout_mode(&self) -> LayoutMode
Trait Implementations§
Source§impl Clone for VisualLineFrame
impl Clone for VisualLineFrame
Source§fn clone(&self) -> VisualLineFrame
fn clone(&self) -> VisualLineFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VisualLineFrame
impl Debug for VisualLineFrame
Source§impl PartialEq for VisualLineFrame
impl PartialEq for VisualLineFrame
impl Copy for VisualLineFrame
impl Eq for VisualLineFrame
impl StructuralPartialEq for VisualLineFrame
Auto Trait Implementations§
impl Freeze for VisualLineFrame
impl RefUnwindSafe for VisualLineFrame
impl Send for VisualLineFrame
impl Sync for VisualLineFrame
impl Unpin for VisualLineFrame
impl UnsafeUnpin for VisualLineFrame
impl UnwindSafe for VisualLineFrame
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