pub struct PerformanceInputBinding {
pub input_id: Symbol,
pub lane_id: LaneId,
pub channel: Channel,
}Expand description
Fields§
§input_id: SymbolSymbol identifying the bound input.
lane_id: LaneIdLane the input’s events are routed to.
channel: ChannelChannel assigned to the input.
Implementations§
Trait Implementations§
Source§impl Clone for PerformanceInputBinding
impl Clone for PerformanceInputBinding
Source§fn clone(&self) -> PerformanceInputBinding
fn clone(&self) -> PerformanceInputBinding
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 moreSource§impl Debug for PerformanceInputBinding
impl Debug for PerformanceInputBinding
impl Eq for PerformanceInputBinding
Source§impl PartialEq for PerformanceInputBinding
impl PartialEq for PerformanceInputBinding
impl StructuralPartialEq for PerformanceInputBinding
Auto Trait Implementations§
impl Freeze for PerformanceInputBinding
impl RefUnwindSafe for PerformanceInputBinding
impl Send for PerformanceInputBinding
impl Sync for PerformanceInputBinding
impl Unpin for PerformanceInputBinding
impl UnsafeUnpin for PerformanceInputBinding
impl UnwindSafe for PerformanceInputBinding
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