#[repr(transparent)]pub struct RomMemRule(pub u32);Expand description
ROM Memory Rule.
Tuple Fields§
§0: u32Implementations§
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