pub struct FixedRegSpan<const N: u16> { /* private fields */ }Implementations§
Source§impl FixedRegSpan<2>
impl FixedRegSpan<2>
Source§impl<const N: u16> FixedRegSpan<N>
impl<const N: u16> FixedRegSpan<N>
Sourcepub fn iter(&self) -> RegSpanIter ⓘ
pub fn iter(&self) -> RegSpanIter ⓘ
Returns a RegSpanIter yielding N Regs.
Sourcepub fn bounded(self) -> BoundedRegSpan
pub fn bounded(self) -> BoundedRegSpan
Creates a new BoundedRegSpan from self.
Trait Implementations§
Source§impl<const N: u16> Clone for FixedRegSpan<N>
impl<const N: u16> Clone for FixedRegSpan<N>
Source§fn clone(&self) -> FixedRegSpan<N>
fn clone(&self) -> FixedRegSpan<N>
Returns a duplicate 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 moreSource§impl<const N: u16> Debug for FixedRegSpan<N>
impl<const N: u16> Debug for FixedRegSpan<N>
Source§impl<const N: u16> IntoIterator for &FixedRegSpan<N>
impl<const N: u16> IntoIterator for &FixedRegSpan<N>
Source§impl<const N: u16> IntoIterator for FixedRegSpan<N>
impl<const N: u16> IntoIterator for FixedRegSpan<N>
Source§impl<const N: u16> Ord for FixedRegSpan<N>
impl<const N: u16> Ord for FixedRegSpan<N>
Source§fn cmp(&self, other: &FixedRegSpan<N>) -> Ordering
fn cmp(&self, other: &FixedRegSpan<N>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<const N: u16> PartialEq for FixedRegSpan<N>
impl<const N: u16> PartialEq for FixedRegSpan<N>
Source§impl<const N: u16> PartialOrd for FixedRegSpan<N>
impl<const N: u16> PartialOrd for FixedRegSpan<N>
impl<const N: u16> Copy for FixedRegSpan<N>
impl<const N: u16> Eq for FixedRegSpan<N>
impl<const N: u16> StructuralPartialEq for FixedRegSpan<N>
Auto Trait Implementations§
impl<const N: u16> Freeze for FixedRegSpan<N>
impl<const N: u16> RefUnwindSafe for FixedRegSpan<N>
impl<const N: u16> Send for FixedRegSpan<N>
impl<const N: u16> Sync for FixedRegSpan<N>
impl<const N: u16> Unpin for FixedRegSpan<N>
impl<const N: u16> UnwindSafe for FixedRegSpan<N>
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