[][src]Struct tinkerforge::io4_bricklet::InterruptEvent

pub struct InterruptEvent {
    pub interrupt_mask: u8,
    pub value_mask: u8,
}

Fields

interrupt_mask: u8value_mask: u8

Trait Implementations

impl FromByteSlice for InterruptEvent[src]

impl Clone for InterruptEvent[src]

impl Copy for InterruptEvent[src]

impl Default for InterruptEvent[src]

impl Eq for InterruptEvent[src]

impl PartialEq<InterruptEvent> for InterruptEvent[src]

impl Debug for InterruptEvent[src]

impl Hash for InterruptEvent[src]

impl StructuralPartialEq for InterruptEvent[src]

impl StructuralEq for InterruptEvent[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self