[]Struct probe_rs::architecture::arm::m4::FpCompX

pub struct FpCompX(pub u32);

Methods

impl FpCompX

pub fn replace(&self) -> u32

pub fn set_replace(&mut self, value: u32)

pub fn comp(&self) -> u32

pub fn set_comp(&mut self, value: u32)

pub fn enable(&self) -> bool

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

Trait Implementations

impl<T> BitRange<T> for FpCompX where
    u32: BitRange<T>, 

impl Clone for FpCompX[src]

impl Copy for FpCompX[src]

impl Debug for FpCompX

impl From<FpCompX> for u32[src]

impl From<u32> for FpCompX[src]

Auto Trait Implementations

impl RefUnwindSafe for FpCompX

impl Send for FpCompX

impl Sync for FpCompX

impl Unpin for FpCompX

impl UnwindSafe for FpCompX

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.