Struct embedded_graphics::image::SubImage [−][src]
pub struct SubImage<'a, T> { /* fields omitted */ }Expand description
Sub image.
A sub image is rectangular subsection of an ImageDrawable. It can, for example, be used to
draw individual sprites from a larger sprite atlas.
To create a sub image call the sub_image method on the parent ImageDrawable. See the
module-level documentation for an example.
Trait Implementations
impl<'a, T> ImageDrawable for SubImage<'a, T> where
T: ImageDrawable, [src]
impl<'a, T> ImageDrawable for SubImage<'a, T> where
T: ImageDrawable, [src]fn draw<DT>(&self, target: &mut DT) -> Result<(), DT::Error> where
DT: DrawTarget<Color = Self::Color>, [src]
fn draw<DT>(&self, target: &mut DT) -> Result<(), DT::Error> where
DT: DrawTarget<Color = Self::Color>, [src]Draws the entire image to the target. Read more
fn draw_sub_image<DT>(
&self,
target: &mut DT,
area: &Rectangle
) -> Result<(), DT::Error> where
DT: DrawTarget<Color = Self::Color>, [src]
fn draw_sub_image<DT>(
&self,
target: &mut DT,
area: &Rectangle
) -> Result<(), DT::Error> where
DT: DrawTarget<Color = Self::Color>, [src]Draws a part of the image to the target. Read more
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for SubImage<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> Send for SubImage<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Sync for SubImage<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Unpin for SubImage<'a, T>
impl<'a, T> UnwindSafe for SubImage<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Dimensions for T where
T: OriginDimensions, [src]
impl<T> Dimensions for T where
T: OriginDimensions, [src]pub fn bounding_box(&self) -> Rectangle[src]
pub fn bounding_box(&self) -> Rectangle[src]Returns the bounding box.
impl<Src, Dst> LosslessTryInto<Dst> for Src where
Dst: LosslessTryFrom<Src>, [src]
impl<Src, Dst> LosslessTryInto<Dst> for Src where
Dst: LosslessTryFrom<Src>, [src]pub fn lossless_try_into(self) -> Option<Dst>[src]
pub fn lossless_try_into(self) -> Option<Dst>[src]Performs the conversion.
impl<Src, Dst> LossyInto<Dst> for Src where
Dst: LossyFrom<Src>, [src]
impl<Src, Dst> LossyInto<Dst> for Src where
Dst: LossyFrom<Src>, [src]pub fn lossy_into(self) -> Dst[src]
pub fn lossy_into(self) -> Dst[src]Performs the conversion.
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, pub fn to_subset(&self) -> Option<SS>
pub fn to_subset(&self) -> Option<SS>The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
pub fn is_in_subset(&self) -> bool
pub fn is_in_subset(&self) -> boolChecks if self is actually part of its subset T (and can be converted to it).
pub fn to_subset_unchecked(&self) -> SS
pub fn to_subset_unchecked(&self) -> SSUse with care! Same as self.to_subset but without any property checks. Always succeeds.
pub fn from_subset(element: &SS) -> SP
pub fn from_subset(element: &SS) -> SPThe inclusion map: converts self to the equivalent element of its superset.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,