[]Enum feather_m4::sdhc0::bsr::BOUNDARYR

pub enum BOUNDARYR {
    _4K,
    _8K,
    _16K,
    _32K,
    _64K,
    _128K,
    _256K,
    _512K,
}

Possible values of the field BOUNDARY

Variants

_4K

4k bytes

_8K

8k bytes

_16K

16k bytes

_32K

32k bytes

_64K

64k bytes

_128K

128k bytes

_256K

256k bytes

_512K

512k bytes

Methods

impl BOUNDARYR

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_4k(&self) -> bool

Checks if the value of the field is _4K

pub fn is_8k(&self) -> bool

Checks if the value of the field is _8K

pub fn is_16k(&self) -> bool

Checks if the value of the field is _16K

pub fn is_32k(&self) -> bool

Checks if the value of the field is _32K

pub fn is_64k(&self) -> bool

Checks if the value of the field is _64K

pub fn is_128k(&self) -> bool

Checks if the value of the field is _128K

pub fn is_256k(&self) -> bool

Checks if the value of the field is _256K

pub fn is_512k(&self) -> bool

Checks if the value of the field is _512K

Trait Implementations

impl Debug for BOUNDARYR

impl PartialEq<BOUNDARYR> for BOUNDARYR

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for BOUNDARYR

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BOUNDARYR

Auto Trait Implementations

impl Send for BOUNDARYR

impl Sync for BOUNDARYR

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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

impl<T> Same for T

type Output = T

Should always be Self