pub struct ImageLayer<'map> { /* private fields */ }Expand description
A layer consisting of a single image. Also see the TMX docs.
Implementations§
Trait Implementations§
Source§impl<'map> Clone for ImageLayer<'map>
impl<'map> Clone for ImageLayer<'map>
Source§fn clone(&self) -> ImageLayer<'map>
fn clone(&self) -> ImageLayer<'map>
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<'map> Debug for ImageLayer<'map>
impl<'map> Debug for ImageLayer<'map>
Source§impl<'map> Deref for ImageLayer<'map>
impl<'map> Deref for ImageLayer<'map>
Source§impl<'map> PartialEq for ImageLayer<'map>
impl<'map> PartialEq for ImageLayer<'map>
impl<'map> Copy for ImageLayer<'map>
impl<'map> StructuralPartialEq for ImageLayer<'map>
Auto Trait Implementations§
impl<'map> Freeze for ImageLayer<'map>
impl<'map> RefUnwindSafe for ImageLayer<'map>
impl<'map> Send for ImageLayer<'map>
impl<'map> Sync for ImageLayer<'map>
impl<'map> Unpin for ImageLayer<'map>
impl<'map> UnwindSafe for ImageLayer<'map>
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