Struct atsamd_hal::icm::RegionNext
source · [−]#[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
sourceimpl RegionNext
impl RegionNext
pub fn set_region_next(&mut self, rnext: &impl RegionDesc)
Trait Implementations
sourceimpl Clone for RegionNext
impl Clone for RegionNext
sourcefn clone(&self) -> RegionNext
fn clone(&self) -> RegionNext
Returns a copy of the value. Read more
1.0.0 · sourcefn 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 RefUnwindSafe for RegionNext
impl Send for RegionNext
impl Sync for RegionNext
impl Unpin for RegionNext
impl UnwindSafe for RegionNext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more