pub struct IoValue { /* private fields */ }
Implementations§
Source§impl IoValue
impl IoValue
pub const fn new() -> Self
pub fn from_range(range: Range<u32>) -> Self
pub fn floating(width: usize) -> Self
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn iter( &self, ) -> impl DoubleEndedIterator<Item = IoNet> + ExactSizeIterator + '_
pub fn concat<'a>(&self, other: impl Into<Cow<'a, IoValue>>) -> Self
pub fn slice(&self, range: impl RangeBounds<usize>) -> IoValue
Trait Implementations§
Source§impl Extend<IoNet> for IoValue
impl Extend<IoNet> for IoValue
Source§fn extend<T: IntoIterator<Item = IoNet>>(&mut self, iter: T)
fn extend<T: IntoIterator<Item = IoNet>>(&mut self, iter: T)
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl FromIterator<IoNet> for IoValue
impl FromIterator<IoNet> for IoValue
Source§impl IntoIterator for &IoValue
impl IntoIterator for &IoValue
Source§impl IntoIterator for IoValue
impl IntoIterator for IoValue
impl Eq for IoValue
impl StructuralPartialEq for IoValue
Auto Trait Implementations§
impl Freeze for IoValue
impl RefUnwindSafe for IoValue
impl Send for IoValue
impl Sync for IoValue
impl Unpin for IoValue
impl UnwindSafe for IoValue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.