[][src]Struct ham::rfm69::SyncConfig

pub struct SyncConfig(_);

Implementations

impl SyncConfig[src]

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

pub fn set_on(&mut self, val: bool) -> &mut Self[src]

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

pub fn set_fill(&mut self, val: bool) -> &mut Self[src]

pub fn set_len(&mut self, size: u8) -> &mut Self[src]

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

pub fn sync_word(&self) -> [u8; 8][src]

pub fn set_sync_word(&mut self, word: &[u8]) -> &mut Self[src]

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

pub fn set_error(&mut self, error: u8) -> &mut Self[src]

Trait Implementations

impl AsRef<SyncConfig> for SyncConfig[src]

impl Clone for SyncConfig[src]

impl Copy for SyncConfig[src]

impl Debug for SyncConfig[src]

impl Default for SyncConfig[src]

impl PartialEq<SyncConfig> for SyncConfig[src]

impl StructuralPartialEq for SyncConfig[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.