[][src]Struct sam3x8e::uotghs::hstpipcfg0_hsbohscp::_PSIZEW

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

Proxy

Methods

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

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

Writes variant to the field

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

8 bytes

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

16 bytes

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

32 bytes

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

64 bytes

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

128 bytes

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

256 bytes

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

512 bytes

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

1024 bytes

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _PSIZEW<'a>

impl<'a> Sync for _PSIZEW<'a>

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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]