[][src]Struct minimult_cortex_m::MTSharedTouch

pub struct MTSharedTouch<'c, M> { /* fields omitted */ }

Shared variable's mutable access scope wrapper

Trait Implementations

impl<'_, M> Deref for MTSharedTouch<'_, M>[src]

type Target = M

The resulting type after dereferencing.

impl<'_, M> DerefMut for MTSharedTouch<'_, M>[src]

impl<'_, M> Drop for MTSharedTouch<'_, M>[src]

Auto Trait Implementations

impl<'c, M> Unpin for MTSharedTouch<'c, M>

impl<'c, M> Send for MTSharedTouch<'c, M> where
    M: Send

impl<'c, M> Sync for MTSharedTouch<'c, M> where
    M: Sync

Blanket Implementations

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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