[][src]Struct adf4351::register::R4

pub struct R4 {}

Register $r maker

Trait Implementations

impl BitField<R4> for FeedbackSelect[src]

impl BitField<R4> for RfDividerSelect[src]

impl BitField<R4> for BandSelectClockDiv[src]

impl BitField<R4> for VcoPowerDown[src]

impl BitField<R4> for MuteTillLockDetect[src]

impl BitField<R4> for AuxOutputSelect[src]

impl BitField<R4> for AuxOutputEnable[src]

impl BitField<R4> for AuxOutputPower[src]

impl BitField<R4> for RfOutputEnable[src]

impl BitField<R4> for OutputPower[src]

impl Clone for R4[src]

impl Copy for R4[src]

impl Debug for R4[src]

impl RIdx<R4> for RegisterSet[src]

Auto Trait Implementations

impl Send for R4

impl Sync for R4

impl Unpin for R4

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[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, 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.