#[repr(transparent)]pub struct Itatbdata0(pub u32);Expand description
Integration Test ATB Data Register 0
Tuple Fields§
§0: u32Implementations§
Source§impl Itatbdata0
impl Itatbdata0
Sourcepub const fn set_atdata_0(&mut self, val: bool)
pub const fn set_atdata_0(&mut self, val: bool)
Read the value of atdatas[0].
Sourcepub const fn set_atdata_7(&mut self, val: bool)
pub const fn set_atdata_7(&mut self, val: bool)
Read the value of atdatas[7].
Sourcepub const fn set_atdata_15(&mut self, val: bool)
pub const fn set_atdata_15(&mut self, val: bool)
Read the value of atdatas[15].
Sourcepub const fn set_atdata_23(&mut self, val: bool)
pub const fn set_atdata_23(&mut self, val: bool)
Read the value of atdatas[23].
Sourcepub const fn set_atdata_31(&mut self, val: bool)
pub const fn set_atdata_31(&mut self, val: bool)
Read the value of atdatas[31].
Trait Implementations§
Source§impl Clone for Itatbdata0
impl Clone for Itatbdata0
Source§fn clone(&self) -> Itatbdata0
fn clone(&self) -> Itatbdata0
Returns a duplicate 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 Debug for Itatbdata0
impl Debug for Itatbdata0
Source§impl Default for Itatbdata0
impl Default for Itatbdata0
Source§fn default() -> Itatbdata0
fn default() -> Itatbdata0
Returns the “default value” for a type. Read more
Source§impl PartialEq for Itatbdata0
impl PartialEq for Itatbdata0
impl Copy for Itatbdata0
impl Eq for Itatbdata0
impl StructuralPartialEq for Itatbdata0
Auto Trait Implementations§
impl Freeze for Itatbdata0
impl RefUnwindSafe for Itatbdata0
impl Send for Itatbdata0
impl Sync for Itatbdata0
impl Unpin for Itatbdata0
impl UnwindSafe for Itatbdata0
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