pub struct OverlayRow { /* private fields */ }Implementations§
Source§impl OverlayRow
impl OverlayRow
Trait Implementations§
Source§impl Borrow<OverlayRow> for OverlayRowBuf
impl Borrow<OverlayRow> for OverlayRowBuf
Source§fn borrow(&self) -> &OverlayRow
fn borrow(&self) -> &OverlayRow
Immutably borrows from an owned value. Read more
Source§impl Debug for OverlayRow
impl Debug for OverlayRow
Source§impl ToOwned for OverlayRow
impl ToOwned for OverlayRow
Source§type Owned = OverlayRowBuf
type Owned = OverlayRowBuf
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · Source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more