Struct BrrW

Source
#[repr(C)]
pub struct BrrW { /* private fields */ }

Implementations§

Source§

impl BrrW

Source

pub fn reset_value() -> Self

Reset value

Source

pub fn br0(&mut self, value: bool) -> &mut Self

Bit 0 - Port x Reset bit y

Source

pub fn br1(&mut self, value: bool) -> &mut Self

Bit 1 - Port x Reset bit y

Source

pub fn br2(&mut self, value: bool) -> &mut Self

Bit 2 - Port x Reset bit y

Source

pub fn br3(&mut self, value: bool) -> &mut Self

Bit 3 - Port x Reset bit y

Source

pub fn br4(&mut self, value: bool) -> &mut Self

Bit 4 - Port x Reset bit y

Source

pub fn br5(&mut self, value: bool) -> &mut Self

Bit 5 - Port x Reset bit y

Source

pub fn br6(&mut self, value: bool) -> &mut Self

Bit 6 - Port x Reset bit y

Source

pub fn br7(&mut self, value: bool) -> &mut Self

Bit 7 - Port x Reset bit y

Source

pub fn br8(&mut self, value: bool) -> &mut Self

Bit 8 - Port x Reset bit y

Source

pub fn br9(&mut self, value: bool) -> &mut Self

Bit 9 - Port x Reset bit y

Source

pub fn br10(&mut self, value: bool) -> &mut Self

Bit 10 - Port x Reset bit y

Source

pub fn br11(&mut self, value: bool) -> &mut Self

Bit 11 - Port x Reset bit y

Source

pub fn br12(&mut self, value: bool) -> &mut Self

Bit 12 - Port x Reset bit y

Source

pub fn br13(&mut self, value: bool) -> &mut Self

Bit 13 - Port x Reset bit y

Source

pub fn br14(&mut self, value: bool) -> &mut Self

Bit 14 - Port x Reset bit y

Source

pub fn br15(&mut self, value: bool) -> &mut Self

Bit 15 - Port x Reset bit y

Trait Implementations§

Source§

impl Clone for BrrW

Source§

fn clone(&self) -> BrrW

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for BrrW

Auto Trait Implementations§

§

impl Freeze for BrrW

§

impl RefUnwindSafe for BrrW

§

impl Send for BrrW

§

impl Sync for BrrW

§

impl Unpin for BrrW

§

impl UnwindSafe for BrrW

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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.