[][src]Struct ham::rfm69::DioMapping

pub struct DioMapping(_);

Implementations

impl DioMapping[src]

pub fn dio_map(&self) -> [u8; 6][src]

pub fn set_maps(self, maps: &[u8]) -> Self[src]

pub fn clkout(&self) -> u8[src]

pub fn set_clkout(self, clkout: u8) -> Self[src]

pub fn map(&self, index: u8) -> u8[src]

pub fn set_map(self, index: u8, map: u8) -> Self[src]

Trait Implementations

impl Clone for DioMapping[src]

impl Copy for DioMapping[src]

impl Debug for DioMapping[src]

impl Default for DioMapping[src]

impl From<[u8; 2]> for DioMapping[src]

impl From<DioMapping> for [u8; 2][src]

impl PartialEq<DioMapping> for DioMapping[src]

impl StructuralPartialEq for DioMapping[src]

Auto Trait Implementations

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> 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.