[][src]Struct probe_rs::architecture::arm::m4::FpCtrl

pub struct FpCtrl(pub u32);

Implementations

impl FpCtrl[src]

pub fn rev(&self) -> u32[src]

pub fn num_lit(&self) -> u32[src]

pub fn set_key(&mut self, value: bool)[src]

pub fn enable(&self) -> bool[src]

pub fn set_enable(&mut self, value: bool)[src]

impl FpCtrl[src]

pub fn num_code(&self) -> u32[src]

Trait Implementations

impl<T> BitRange<T> for FpCtrl where
    u32: BitRange<T>, 
[src]

impl Clone for FpCtrl[src]

impl Copy for FpCtrl[src]

impl Debug for FpCtrl[src]

impl From<FpCtrl> for u32[src]

impl From<u32> for FpCtrl[src]

Auto Trait Implementations

impl RefUnwindSafe for FpCtrl

impl Send for FpCtrl

impl Sync for FpCtrl

impl Unpin for FpCtrl

impl UnwindSafe for FpCtrl

Blanket Implementations

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

impl<T> Bit for T where
    T: BitRange<u8>, 
[src]

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

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

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 = Infallible

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.