Struct xcb::xkb::OverlayRowBuf
source · pub struct OverlayRowBuf { /* private fields */ }
Implementations§
source§impl OverlayRowBuf
impl OverlayRowBuf
sourcepub fn new(row_under: u8, keys: &[OverlayKey]) -> OverlayRowBuf
pub fn new(row_under: u8, keys: &[OverlayKey]) -> OverlayRowBuf
Construct a new OverlayRowBuf.
Methods from Deref<Target = 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 Clone for OverlayRowBuf
impl Clone for OverlayRowBuf
source§fn clone(&self) -> OverlayRowBuf
fn clone(&self) -> OverlayRowBuf
Returns a copy 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 OverlayRowBuf
impl Debug for OverlayRowBuf
Auto Trait Implementations§
impl Freeze for OverlayRowBuf
impl RefUnwindSafe for OverlayRowBuf
impl Send for OverlayRowBuf
impl Sync for OverlayRowBuf
impl Unpin for OverlayRowBuf
impl UnwindSafe for OverlayRowBuf
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)