ASSIGN

Struct ASSIGN 

Source
pub struct ASSIGN { /* private fields */ }
Expand description

Register block

Implementations§

Source§

impl ASSIGN

Source

pub const fn pin(&self, n: usize) -> &PIN

0x00..0x80 - no description available

Source

pub fn pin_iter(&self) -> impl Iterator<Item = &PIN>

Iterator for array of: 0x00..0x80 - no description available

Source

pub const fn pinpin00(&self) -> &PIN

0x00 - no description available

Source

pub const fn pinpin01(&self) -> &PIN

0x04 - no description available

Source

pub const fn pinpin02(&self) -> &PIN

0x08 - no description available

Source

pub const fn pinpin03(&self) -> &PIN

0x0c - no description available

Source

pub const fn pinpin04(&self) -> &PIN

0x10 - no description available

Source

pub const fn pinpin05(&self) -> &PIN

0x14 - no description available

Source

pub const fn pinpin06(&self) -> &PIN

0x18 - no description available

Source

pub const fn pinpin07(&self) -> &PIN

0x1c - no description available

Source

pub const fn pinpin08(&self) -> &PIN

0x20 - no description available

Source

pub const fn pinpin09(&self) -> &PIN

0x24 - no description available

Source

pub const fn pinpin10(&self) -> &PIN

0x28 - no description available

Source

pub const fn pinpin11(&self) -> &PIN

0x2c - no description available

Source

pub const fn pinpin12(&self) -> &PIN

0x30 - no description available

Source

pub const fn pinpin13(&self) -> &PIN

0x34 - no description available

Source

pub const fn pinpin14(&self) -> &PIN

0x38 - no description available

Source

pub const fn pinpin15(&self) -> &PIN

0x3c - no description available

Source

pub const fn pinpin16(&self) -> &PIN

0x40 - no description available

Source

pub const fn pinpin17(&self) -> &PIN

0x44 - no description available

Source

pub const fn pinpin18(&self) -> &PIN

0x48 - no description available

Source

pub const fn pinpin19(&self) -> &PIN

0x4c - no description available

Source

pub const fn pinpin20(&self) -> &PIN

0x50 - no description available

Source

pub const fn pinpin21(&self) -> &PIN

0x54 - no description available

Source

pub const fn pinpin22(&self) -> &PIN

0x58 - no description available

Source

pub const fn pinpin23(&self) -> &PIN

0x5c - no description available

Source

pub const fn pinpin24(&self) -> &PIN

0x60 - no description available

Source

pub const fn pinpin25(&self) -> &PIN

0x64 - no description available

Source

pub const fn pinpin26(&self) -> &PIN

0x68 - no description available

Source

pub const fn pinpin27(&self) -> &PIN

0x6c - no description available

Source

pub const fn pinpin28(&self) -> &PIN

0x70 - no description available

Source

pub const fn pinpin29(&self) -> &PIN

0x74 - no description available

Source

pub const fn pinpin30(&self) -> &PIN

0x78 - no description available

Source

pub const fn pinpin31(&self) -> &PIN

0x7c - no description available

Auto Trait Implementations§

§

impl !Freeze for ASSIGN

§

impl !RefUnwindSafe for ASSIGN

§

impl Send for ASSIGN

§

impl !Sync for ASSIGN

§

impl Unpin for ASSIGN

§

impl UnwindSafe for ASSIGN

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.