Struct embedded_graphics::iterator::raw::RawDataSlice
source · [−]pub struct RawDataSlice<'a, R, BO> { /* private fields */ }
Expand description
Raw data slice.
This type is a wrapper around a byte array to specify the stored data format.
See the module-level documentation for more information.
Implementations
sourceimpl<'a, R, BO> RawDataSlice<'a, R, BO>
impl<'a, R, BO> RawDataSlice<'a, R, BO>
Trait Implementations
sourceimpl<'a, R: Clone, BO: Clone> Clone for RawDataSlice<'a, R, BO>
impl<'a, R: Clone, BO: Clone> Clone for RawDataSlice<'a, R, BO>
sourcefn clone(&self) -> RawDataSlice<'a, R, BO>
fn clone(&self) -> RawDataSlice<'a, R, BO>
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 more
sourceimpl<'a, R: Debug, BO: Debug> Debug for RawDataSlice<'a, R, BO>
impl<'a, R: Debug, BO: Debug> Debug for RawDataSlice<'a, R, BO>
sourceimpl<'a, R: Hash, BO: Hash> Hash for RawDataSlice<'a, R, BO>
impl<'a, R: Hash, BO: Hash> Hash for RawDataSlice<'a, R, BO>
sourceimpl<'a, BO> IntoIterator for RawDataSlice<'a, RawU1, BO>
impl<'a, BO> IntoIterator for RawDataSlice<'a, RawU1, BO>
sourceimpl<'a, BO> IntoIterator for RawDataSlice<'a, RawU2, BO>
impl<'a, BO> IntoIterator for RawDataSlice<'a, RawU2, BO>
sourceimpl<'a, BO> IntoIterator for RawDataSlice<'a, RawU4, BO>
impl<'a, BO> IntoIterator for RawDataSlice<'a, RawU4, BO>
sourceimpl<'a, BO> IntoIterator for RawDataSlice<'a, RawU8, BO>
impl<'a, BO> IntoIterator for RawDataSlice<'a, RawU8, BO>
sourceimpl<'a> IntoIterator for RawDataSlice<'a, RawU16, LittleEndian>
impl<'a> IntoIterator for RawDataSlice<'a, RawU16, LittleEndian>
type IntoIter = BytesIterator<'a, RawU16, LittleEndian>
type IntoIter = BytesIterator<'a, RawU16, LittleEndian>
Which kind of iterator are we turning this into?
sourceimpl<'a> IntoIterator for RawDataSlice<'a, RawU16, BigEndian>
impl<'a> IntoIterator for RawDataSlice<'a, RawU16, BigEndian>
sourceimpl<'a> IntoIterator for RawDataSlice<'a, RawU24, LittleEndian>
impl<'a> IntoIterator for RawDataSlice<'a, RawU24, LittleEndian>
type IntoIter = BytesIterator<'a, RawU24, LittleEndian>
type IntoIter = BytesIterator<'a, RawU24, LittleEndian>
Which kind of iterator are we turning this into?
sourceimpl<'a> IntoIterator for RawDataSlice<'a, RawU24, BigEndian>
impl<'a> IntoIterator for RawDataSlice<'a, RawU24, BigEndian>
sourceimpl<'a> IntoIterator for RawDataSlice<'a, RawU32, LittleEndian>
impl<'a> IntoIterator for RawDataSlice<'a, RawU32, LittleEndian>
type IntoIter = BytesIterator<'a, RawU32, LittleEndian>
type IntoIter = BytesIterator<'a, RawU32, LittleEndian>
Which kind of iterator are we turning this into?
sourceimpl<'a> IntoIterator for RawDataSlice<'a, RawU32, BigEndian>
impl<'a> IntoIterator for RawDataSlice<'a, RawU32, BigEndian>
sourceimpl<'a, R: Ord, BO: Ord> Ord for RawDataSlice<'a, R, BO>
impl<'a, R: Ord, BO: Ord> Ord for RawDataSlice<'a, R, BO>
sourceimpl<'a, R: PartialEq, BO: PartialEq> PartialEq<RawDataSlice<'a, R, BO>> for RawDataSlice<'a, R, BO>
impl<'a, R: PartialEq, BO: PartialEq> PartialEq<RawDataSlice<'a, R, BO>> for RawDataSlice<'a, R, BO>
sourcefn eq(&self, other: &RawDataSlice<'a, R, BO>) -> bool
fn eq(&self, other: &RawDataSlice<'a, R, BO>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &RawDataSlice<'a, R, BO>) -> bool
fn ne(&self, other: &RawDataSlice<'a, R, BO>) -> bool
This method tests for !=
.
sourceimpl<'a, R: PartialOrd, BO: PartialOrd> PartialOrd<RawDataSlice<'a, R, BO>> for RawDataSlice<'a, R, BO>
impl<'a, R: PartialOrd, BO: PartialOrd> PartialOrd<RawDataSlice<'a, R, BO>> for RawDataSlice<'a, R, BO>
sourcefn partial_cmp(&self, other: &RawDataSlice<'a, R, BO>) -> Option<Ordering>
fn partial_cmp(&self, other: &RawDataSlice<'a, R, BO>) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl<'a, R: Copy, BO: Copy> Copy for RawDataSlice<'a, R, BO>
impl<'a, R: Eq, BO: Eq> Eq for RawDataSlice<'a, R, BO>
impl<'a, R, BO> StructuralEq for RawDataSlice<'a, R, BO>
impl<'a, R, BO> StructuralPartialEq for RawDataSlice<'a, R, BO>
Auto Trait Implementations
impl<'a, R, BO> RefUnwindSafe for RawDataSlice<'a, R, BO> where
BO: RefUnwindSafe,
R: RefUnwindSafe,
impl<'a, R, BO> Send for RawDataSlice<'a, R, BO> where
BO: Send,
R: Send,
impl<'a, R, BO> Sync for RawDataSlice<'a, R, BO> where
BO: Sync,
R: Sync,
impl<'a, R, BO> Unpin for RawDataSlice<'a, R, BO> where
BO: Unpin,
R: Unpin,
impl<'a, R, BO> UnwindSafe for RawDataSlice<'a, R, BO> where
BO: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> CheckedAs for T
impl<T> CheckedAs for T
sourcepub fn checked_as<Dst>(self) -> Option<Dst> where
T: CheckedCast<Dst>,
pub fn checked_as<Dst>(self) -> Option<Dst> where
T: CheckedCast<Dst>,
Casts the value.
sourceimpl<Src, Dst> CheckedCastFrom<Src> for Dst where
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dst where
Src: CheckedCast<Dst>,
sourcepub fn checked_cast_from(src: Src) -> Option<Dst>
pub fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
sourceimpl<T> OverflowingAs for T
impl<T> OverflowingAs for T
sourcepub fn overflowing_as<Dst>(self) -> (Dst, bool) where
T: OverflowingCast<Dst>,
pub fn overflowing_as<Dst>(self) -> (Dst, bool) where
T: OverflowingCast<Dst>,
Casts the value.
sourceimpl<Src, Dst> OverflowingCastFrom<Src> for Dst where
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dst where
Src: OverflowingCast<Dst>,
sourcepub fn overflowing_cast_from(src: Src) -> (Dst, bool)
pub fn overflowing_cast_from(src: Src) -> (Dst, bool)
OverflowingCasts the value.
sourceimpl<T> SaturatingAs for T
impl<T> SaturatingAs for T
sourcepub fn saturating_as<Dst>(self) -> Dst where
T: SaturatingCast<Dst>,
pub fn saturating_as<Dst>(self) -> Dst where
T: SaturatingCast<Dst>,
Casts the value.
sourceimpl<Src, Dst> SaturatingCastFrom<Src> for Dst where
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dst where
Src: SaturatingCast<Dst>,
sourcepub fn saturating_cast_from(src: Src) -> Dst
pub fn saturating_cast_from(src: Src) -> Dst
Casts the value.
sourceimpl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
sourcepub fn unwrapped_as<Dst>(self) -> Dst where
T: UnwrappedCast<Dst>,
pub fn unwrapped_as<Dst>(self) -> Dst where
T: UnwrappedCast<Dst>,
Casts the value.
sourceimpl<Src, Dst> UnwrappedCastFrom<Src> for Dst where
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dst where
Src: UnwrappedCast<Dst>,
sourcepub fn unwrapped_cast_from(src: Src) -> Dst
pub fn unwrapped_cast_from(src: Src) -> Dst
UnwrappedCasts the value.
sourceimpl<T> WrappingAs for T
impl<T> WrappingAs for T
sourcepub fn wrapping_as<Dst>(self) -> Dst where
T: WrappingCast<Dst>,
pub fn wrapping_as<Dst>(self) -> Dst where
T: WrappingCast<Dst>,
Casts the value.
sourceimpl<Src, Dst> WrappingCastFrom<Src> for Dst where
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dst where
Src: WrappingCast<Dst>,
sourcepub fn wrapping_cast_from(src: Src) -> Dst
pub fn wrapping_cast_from(src: Src) -> Dst
WrappingCasts the value.