#[repr(transparent)]pub struct Trcitiatboutr(pub u32);
Expand description
Sets the state of the output pins.
Tuple Fields§
§0: u32
Implementations§
Source§impl Trcitiatboutr
impl Trcitiatboutr
Sourcepub fn set_atvalid(&mut self, val: bool)
pub fn set_atvalid(&mut self, val: bool)
Drives the ATVALIDMI output pin.
Sourcepub fn set_afready(&mut self, val: bool)
pub fn set_afready(&mut self, val: bool)
Drives the AFREADYMI output pin.
Trait Implementations§
Source§impl Clone for Trcitiatboutr
impl Clone for Trcitiatboutr
Source§fn clone(&self) -> Trcitiatboutr
fn clone(&self) -> Trcitiatboutr
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 Trcitiatboutr
impl Default for Trcitiatboutr
Source§fn default() -> Trcitiatboutr
fn default() -> Trcitiatboutr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Trcitiatboutr
impl PartialEq for Trcitiatboutr
impl Copy for Trcitiatboutr
impl Eq for Trcitiatboutr
impl StructuralPartialEq for Trcitiatboutr
Auto Trait Implementations§
impl Freeze for Trcitiatboutr
impl RefUnwindSafe for Trcitiatboutr
impl Send for Trcitiatboutr
impl Sync for Trcitiatboutr
impl Unpin for Trcitiatboutr
impl UnwindSafe for Trcitiatboutr
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
)