pub struct LaunchBinding {
pub modifiers: KeyModifiers,
pub key: u32,
pub command: String,
}Fields§
§modifiers: KeyModifiers§key: u32§command: StringTrait Implementations§
Source§impl Clone for LaunchBinding
impl Clone for LaunchBinding
Source§fn clone(&self) -> LaunchBinding
fn clone(&self) -> LaunchBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LaunchBinding
impl RefUnwindSafe for LaunchBinding
impl Send for LaunchBinding
impl Sync for LaunchBinding
impl Unpin for LaunchBinding
impl UnsafeUnpin for LaunchBinding
impl UnwindSafe for LaunchBinding
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