pub struct LayoutCheckpoint {
pub byte: ByteOffset,
pub cell: DisplayColumn,
}Fields§
§byte: ByteOffset§cell: DisplayColumnTrait Implementations§
Source§impl Clone for LayoutCheckpoint
impl Clone for LayoutCheckpoint
Source§fn clone(&self) -> LayoutCheckpoint
fn clone(&self) -> LayoutCheckpoint
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 LayoutCheckpoint
Source§impl Debug for LayoutCheckpoint
impl Debug for LayoutCheckpoint
Source§impl Default for LayoutCheckpoint
impl Default for LayoutCheckpoint
Source§fn default() -> LayoutCheckpoint
fn default() -> LayoutCheckpoint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LayoutCheckpoint
impl<'de> Deserialize<'de> for LayoutCheckpoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LayoutCheckpoint
impl RefUnwindSafe for LayoutCheckpoint
impl Send for LayoutCheckpoint
impl Sync for LayoutCheckpoint
impl Unpin for LayoutCheckpoint
impl UnsafeUnpin for LayoutCheckpoint
impl UnwindSafe for LayoutCheckpoint
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