#[repr(C)]pub struct REGION {
pub start: START,
pub end: END,
}Expand description
Register block
Fields§
§start: START0x00 - Description cluster[n]: Start address for region n
end: END0x04 - Description cluster[n]: End address of region n
Auto Trait Implementations§
impl !Freeze for REGION
impl !RefUnwindSafe for REGION
impl Send for REGION
impl !Sync for REGION
impl Unpin for REGION
impl UnsafeUnpin for REGION
impl UnwindSafe for REGION
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