#[repr(C)]pub enum NameFlags {
None = 0,
CaseInsensitive = 1,
}Expand description
Represents flags used for Keysym::from_name
Variants§
Trait Implementations§
impl Eq for NameFlags
impl StructuralPartialEq for NameFlags
Auto Trait Implementations§
impl Freeze for NameFlags
impl RefUnwindSafe for NameFlags
impl Send for NameFlags
impl Sync for NameFlags
impl Unpin for NameFlags
impl UnwindSafe for NameFlags
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