pub struct RamoopsRegion {
pub address: u64,
pub size: u32,
}Fields§
§address: u64§size: u32Auto Trait Implementations§
impl Freeze for RamoopsRegion
impl RefUnwindSafe for RamoopsRegion
impl Send for RamoopsRegion
impl Sync for RamoopsRegion
impl Unpin for RamoopsRegion
impl UnwindSafe for RamoopsRegion
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