pub struct FxCommands {
pub commands: &'static [&'static str],
}
Fields§
§commands: &'static [&'static str]
Implementations§
Source§impl FxCommands
impl FxCommands
pub fn try_render(self, cmd: u8) -> Option<&'static str>
Trait Implementations§
Source§impl Clone for FxCommands
impl Clone for FxCommands
Source§fn clone(&self) -> FxCommands
fn clone(&self) -> FxCommands
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 moreimpl Copy for FxCommands
Auto Trait Implementations§
impl Freeze for FxCommands
impl RefUnwindSafe for FxCommands
impl Send for FxCommands
impl Sync for FxCommands
impl Unpin for FxCommands
impl UnwindSafe for FxCommands
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