Struct xcb::xkb::SetKeyType
source · pub struct SetKeyType { /* private fields */ }
Implementations§
source§impl SetKeyType
impl SetKeyType
pub fn mask(&self) -> ModMask
pub fn real_mods(&self) -> ModMask
pub fn virtual_mods(&self) -> VMod
pub fn num_levels(&self) -> u8
pub fn preserve(&self) -> bool
pub fn entries(&self) -> &[KtSetMapEntry]
pub fn preserve_entries(&self) -> &[KtSetMapEntry]
Trait Implementations§
source§impl Borrow<SetKeyType> for SetKeyTypeBuf
impl Borrow<SetKeyType> for SetKeyTypeBuf
source§fn borrow(&self) -> &SetKeyType
fn borrow(&self) -> &SetKeyType
Immutably borrows from an owned value. Read more
source§impl Debug for SetKeyType
impl Debug for SetKeyType
source§impl ToOwned for SetKeyType
impl ToOwned for SetKeyType
source§type Owned = SetKeyTypeBuf
type Owned = SetKeyTypeBuf
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