pub struct ActionRow {
pub id: ActionId,
pub scope: Scope,
pub default: &'static str,
pub remappable: bool,
}Expand description
One catalog row. Defaults stay in this table.
Fields§
§id: ActionIdAction this row describes.
scope: ScopeContext the default chord is bound in.
default: &'static strCompiled-in chord token.
remappable: boolWhether an overlay may rebind this action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActionRow
impl RefUnwindSafe for ActionRow
impl Send for ActionRow
impl Sync for ActionRow
impl Unpin for ActionRow
impl UnsafeUnpin for ActionRow
impl UnwindSafe for ActionRow
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