Struct xcb::xkb::OverlayRow
source · 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