pub struct LayoutIndex(pub xkb_layout_index_t);
Tuple Fields§
§0: xkb_layout_index_t
Trait Implementations§
Source§impl Clone for LayoutIndex
impl Clone for LayoutIndex
Source§fn clone(&self) -> LayoutIndex
fn clone(&self) -> LayoutIndex
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 LayoutIndex
impl Debug for LayoutIndex
Source§impl From<u32> for LayoutIndex
impl From<u32> for LayoutIndex
Source§fn from(value: xkb_layout_index_t) -> LayoutIndex
fn from(value: xkb_layout_index_t) -> LayoutIndex
Converts to this type from the input type.
Source§impl Into<u32> for LayoutIndex
impl Into<u32> for LayoutIndex
Source§fn into(self) -> xkb_layout_index_t
fn into(self) -> xkb_layout_index_t
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for LayoutIndex
impl PartialEq for LayoutIndex
impl Copy for LayoutIndex
impl Eq for LayoutIndex
impl StructuralPartialEq for LayoutIndex
Auto Trait Implementations§
impl Freeze for LayoutIndex
impl RefUnwindSafe for LayoutIndex
impl Send for LayoutIndex
impl Sync for LayoutIndex
impl Unpin for LayoutIndex
impl UnwindSafe for LayoutIndex
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