#[repr(transparent)]pub struct Trcitiatbinr(pub u32);
Expand description
Reads the state of the input pins.
Tuple Fields§
§0: u32
Implementations§
Source§impl Trcitiatbinr
impl Trcitiatbinr
Sourcepub fn set_atvalid(&mut self, val: bool)
pub fn set_atvalid(&mut self, val: bool)
Returns the value of the ATVALIDMI input pin.
Sourcepub fn set_afready(&mut self, val: bool)
pub fn set_afready(&mut self, val: bool)
Returns the value of the AFREADYMI input pin.
Trait Implementations§
Source§impl Clone for Trcitiatbinr
impl Clone for Trcitiatbinr
Source§fn clone(&self) -> Trcitiatbinr
fn clone(&self) -> Trcitiatbinr
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for Trcitiatbinr
impl Default for Trcitiatbinr
Source§fn default() -> Trcitiatbinr
fn default() -> Trcitiatbinr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Trcitiatbinr
impl PartialEq for Trcitiatbinr
impl Copy for Trcitiatbinr
impl Eq for Trcitiatbinr
impl StructuralPartialEq for Trcitiatbinr
Auto Trait Implementations§
impl Freeze for Trcitiatbinr
impl RefUnwindSafe for Trcitiatbinr
impl Send for Trcitiatbinr
impl Sync for Trcitiatbinr
impl Unpin for Trcitiatbinr
impl UnwindSafe for Trcitiatbinr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)