[][src]Struct atsame51j::sdhc0::bsr::BOUNDARY_W

pub struct BOUNDARY_W<'a> { /* fields omitted */ }

Write proxy for field BOUNDARY

Implementations

impl<'a> BOUNDARY_W<'a>[src]

pub fn variant(self, variant: BOUNDARY_A) -> &'a mut W[src]

Writes variant to the field

pub fn _4k(self) -> &'a mut W[src]

4k bytes

pub fn _8k(self) -> &'a mut W[src]

8k bytes

pub fn _16k(self) -> &'a mut W[src]

16k bytes

pub fn _32k(self) -> &'a mut W[src]

32k bytes

pub fn _64k(self) -> &'a mut W[src]

64k bytes

pub fn _128k(self) -> &'a mut W[src]

128k bytes

pub fn _256k(self) -> &'a mut W[src]

256k bytes

pub fn _512k(self) -> &'a mut W[src]

512k bytes

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for BOUNDARY_W<'a>

impl<'a> !Sync for BOUNDARY_W<'a>

impl<'a> Unpin for BOUNDARY_W<'a>

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> Same<T> for T

type Output = T

Should always be Self

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.