#[repr(C)]pub struct RegionNext { /* private fields */ }
Expand description
Region Next Address Structure
Is the same as RegionAddress<N+1>
Follows C-structure conventions
Implementations§
Source§impl RegionNext
impl RegionNext
pub fn set_region_next(&mut self, rnext: &impl RegionDesc)
Trait Implementations§
Source§impl Clone for RegionNext
impl Clone for RegionNext
Source§fn clone(&self) -> RegionNext
fn clone(&self) -> RegionNext
Returns a copy 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 moreimpl Copy for RegionNext
Auto Trait Implementations§
impl Freeze for RegionNext
impl RefUnwindSafe for RegionNext
impl Send for RegionNext
impl Sync for RegionNext
impl Unpin for RegionNext
impl UnwindSafe for RegionNext
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