pub struct InterruptSourceId(/* private fields */);Expand description
Identifies one device connection to a controller input.
Implementations§
Trait Implementations§
Source§impl Clone for InterruptSourceId
impl Clone for InterruptSourceId
Source§fn clone(&self) -> InterruptSourceId
fn clone(&self) -> InterruptSourceId
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 moreimpl Copy for InterruptSourceId
Source§impl Debug for InterruptSourceId
impl Debug for InterruptSourceId
impl Eq for InterruptSourceId
Source§impl Ord for InterruptSourceId
impl Ord for InterruptSourceId
Source§fn cmp(&self, other: &InterruptSourceId) -> Ordering
fn cmp(&self, other: &InterruptSourceId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InterruptSourceId
impl PartialEq for InterruptSourceId
Source§impl PartialOrd for InterruptSourceId
impl PartialOrd for InterruptSourceId
impl StructuralPartialEq for InterruptSourceId
Auto Trait Implementations§
impl Freeze for InterruptSourceId
impl RefUnwindSafe for InterruptSourceId
impl Send for InterruptSourceId
impl Sync for InterruptSourceId
impl Unpin for InterruptSourceId
impl UnsafeUnpin for InterruptSourceId
impl UnwindSafe for InterruptSourceId
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