pub struct RadioGroupBehavior { /* private fields */ }
Expand description
Implementations§
Source§impl RadioGroupBehavior
impl RadioGroupBehavior
Sourcepub fn allow_none(&self) -> bool
pub fn allow_none(&self) -> bool
Returns whether pressing this key can release the pressed key.
§Example
xkb_symbols {
key <a> {
allownone,
radiogroup = 1,
};
};
The function returns true
.
Trait Implementations§
Source§impl Clone for RadioGroupBehavior
impl Clone for RadioGroupBehavior
Source§fn clone(&self) -> RadioGroupBehavior
fn clone(&self) -> RadioGroupBehavior
Returns a duplicate 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 RadioGroupBehavior
impl Debug for RadioGroupBehavior
Source§impl PartialEq for RadioGroupBehavior
impl PartialEq for RadioGroupBehavior
impl StructuralPartialEq for RadioGroupBehavior
Auto Trait Implementations§
impl Freeze for RadioGroupBehavior
impl RefUnwindSafe for RadioGroupBehavior
impl Send for RadioGroupBehavior
impl Sync for RadioGroupBehavior
impl Unpin for RadioGroupBehavior
impl UnwindSafe for RadioGroupBehavior
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