[][src]Struct drone_cortex_m::map::reg::fpu::fpcar::Address

pub struct Address<_T: RegTag>(_);

The location of the unpopulated floating-point register space allocated on an exception stack frame.

Trait Implementations

impl<_T: Copy + RegTag> Copy for Address<_T>[src]

impl<_T: Clone + RegTag> Clone for Address<_T>[src]

impl<_T> RegField<_T> for Address<_T> where
    _T: RegTag
[src]

type Reg = Reg<_T>

Parent register token.

type URegField = Address<Urt>

Corresponding unsynchronized register field token.

type SRegField = Address<Srt>

Corresponding synchronized register field token.

type CRegField = Address<Crt>

Corresponding copyable register field token.

impl<_T> RegFieldBits<_T> for Address<_T> where
    _T: RegTag
[src]

impl<_T: RegTag> RRRegField<_T> for Address<_T>[src]

impl<_T> Token for Address<_T> where
    _T: RegTag
[src]

Auto Trait Implementations

impl<_T> Unpin for Address<_T> where
    _T: Unpin

impl<_T> Send for Address<_T>

impl<_T> Sync for Address<_T>

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, R> RRRegFieldBits<T> for R where
    R: RegFieldBits<T> + RRRegField<T>,
    T: RegTag,
    <R as RegField<T>>::Reg: RReg<T>, 
[src]