pub struct ControlEntry {
pub element: GlobalElementId,
pub enabled: bool,
pub action: ControlAction,
}Fields§
§element: GlobalElementId§enabled: bool§action: ControlActionTrait Implementations§
Source§impl Clone for ControlEntry
impl Clone for ControlEntry
Source§fn clone(&self) -> ControlEntry
fn clone(&self) -> ControlEntry
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 moreAuto Trait Implementations§
impl Freeze for ControlEntry
impl !RefUnwindSafe for ControlEntry
impl !Send for ControlEntry
impl !Sync for ControlEntry
impl Unpin for ControlEntry
impl UnsafeUnpin for ControlEntry
impl !UnwindSafe for ControlEntry
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