#[repr(transparent)]pub struct RomMemRule(pub u32);Expand description
Memory ROM Rule(n) Register
Tuple Fields§
§0: u32Implementations§
Source§impl RomMemRule
impl RomMemRule
Sourcepub const fn rule0(&self) -> RomMemRuleRule0
pub const fn rule0(&self) -> RomMemRuleRule0
Rule 0
Sourcepub const fn set_rule0(&mut self, val: RomMemRuleRule0)
pub const fn set_rule0(&mut self, val: RomMemRuleRule0)
Rule 0
Sourcepub const fn rule1(&self) -> RomMemRuleRule1
pub const fn rule1(&self) -> RomMemRuleRule1
Rule 1
Sourcepub const fn set_rule1(&mut self, val: RomMemRuleRule1)
pub const fn set_rule1(&mut self, val: RomMemRuleRule1)
Rule 1
Sourcepub const fn rule2(&self) -> RomMemRuleRule2
pub const fn rule2(&self) -> RomMemRuleRule2
Rule 2
Sourcepub const fn set_rule2(&mut self, val: RomMemRuleRule2)
pub const fn set_rule2(&mut self, val: RomMemRuleRule2)
Rule 2
Sourcepub const fn rule3(&self) -> RomMemRuleRule3
pub const fn rule3(&self) -> RomMemRuleRule3
Rule 3
Sourcepub const fn set_rule3(&mut self, val: RomMemRuleRule3)
pub const fn set_rule3(&mut self, val: RomMemRuleRule3)
Rule 3
Sourcepub const fn rule4(&self) -> RomMemRuleRule4
pub const fn rule4(&self) -> RomMemRuleRule4
Rule 4
Sourcepub const fn set_rule4(&mut self, val: RomMemRuleRule4)
pub const fn set_rule4(&mut self, val: RomMemRuleRule4)
Rule 4
Sourcepub const fn rule5(&self) -> RomMemRuleRule5
pub const fn rule5(&self) -> RomMemRuleRule5
Rule 5
Sourcepub const fn set_rule5(&mut self, val: RomMemRuleRule5)
pub const fn set_rule5(&mut self, val: RomMemRuleRule5)
Rule 5
Sourcepub const fn rule6(&self) -> RomMemRuleRule6
pub const fn rule6(&self) -> RomMemRuleRule6
Rule 6
Sourcepub const fn set_rule6(&mut self, val: RomMemRuleRule6)
pub const fn set_rule6(&mut self, val: RomMemRuleRule6)
Rule 6
Sourcepub const fn rule7(&self) -> RomMemRuleRule7
pub const fn rule7(&self) -> RomMemRuleRule7
Rule 7
Sourcepub const fn set_rule7(&mut self, val: RomMemRuleRule7)
pub const fn set_rule7(&mut self, val: RomMemRuleRule7)
Rule 7
Trait Implementations§
Source§impl Clone for RomMemRule
impl Clone for RomMemRule
Source§fn clone(&self) -> RomMemRule
fn clone(&self) -> RomMemRule
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 RomMemRule
impl Debug for RomMemRule
Source§impl Default for RomMemRule
impl Default for RomMemRule
Source§fn default() -> RomMemRule
fn default() -> RomMemRule
Returns the “default value” for a type. Read more
Source§impl PartialEq for RomMemRule
impl PartialEq for RomMemRule
impl Copy for RomMemRule
impl Eq for RomMemRule
impl StructuralPartialEq for RomMemRule
Auto Trait Implementations§
impl Freeze for RomMemRule
impl RefUnwindSafe for RomMemRule
impl Send for RomMemRule
impl Sync for RomMemRule
impl Unpin for RomMemRule
impl UnwindSafe for RomMemRule
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