pub enum Directive<'src> {
XkbSymbols(XkbSymbols<'src>),
XkbKeycodes(XkbKeycodes<'src>),
XkbTypes(XkbTypes<'src>),
XkbCompatibility(XkbCompatibility<'src>),
XkbGeometry(XkbGeometry<'src>),
}
Variants§
XkbSymbols(XkbSymbols<'src>)
XkbKeycodes(XkbKeycodes<'src>)
XkbTypes(XkbTypes<'src>)
XkbCompatibility(XkbCompatibility<'src>)
XkbGeometry(XkbGeometry<'src>)
Trait Implementations§
impl<'src> StructuralPartialEq for Directive<'src>
Auto Trait Implementations§
impl<'src> Freeze for Directive<'src>
impl<'src> RefUnwindSafe for Directive<'src>
impl<'src> Send for Directive<'src>
impl<'src> Sync for Directive<'src>
impl<'src> Unpin for Directive<'src>
impl<'src> UnwindSafe for Directive<'src>
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