Struct KeySymMap

Source
pub struct KeySymMap { /* private fields */ }

Implementations§

Source§

impl KeySymMap

Source

pub fn kt_index(&self) -> &[u8; 4]

Source

pub fn group_info(&self) -> u8

Source

pub fn width(&self) -> u8

Source

pub fn syms(&self) -> &[Keysym]

Trait Implementations§

Source§

impl Borrow<KeySymMap> for KeySymMapBuf

Source§

fn borrow(&self) -> &KeySymMap

Immutably borrows from an owned value. Read more
Source§

impl Debug for KeySymMap

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl ToOwned for KeySymMap

Source§

type Owned = KeySymMapBuf

The resulting type after obtaining ownership.
Source§

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)

Uses borrowed data to replace owned data, usually by cloning. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more