#[repr(transparent)]pub struct Rambase(pub u32);Expand description
Address of RAM to use for data. This tells the application where the RAM is located (up to 16K addressable).
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rambase
impl Eq for Rambase
impl StructuralPartialEq for Rambase
Auto Trait Implementations§
impl Freeze for Rambase
impl RefUnwindSafe for Rambase
impl Send for Rambase
impl Sync for Rambase
impl Unpin for Rambase
impl UnwindSafe for Rambase
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