Struct avenger_wgpu::marks::image::ImageAtlasCoords
source · pub struct ImageAtlasCoords {
pub x0: f32,
pub y0: f32,
pub x1: f32,
pub y1: f32,
}Fields§
§x0: f32§y0: f32§x1: f32§y1: f32Trait Implementations§
source§impl Clone for ImageAtlasCoords
impl Clone for ImageAtlasCoords
source§fn clone(&self) -> ImageAtlasCoords
fn clone(&self) -> ImageAtlasCoords
Returns a copy 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 moreimpl Copy for ImageAtlasCoords
Auto Trait Implementations§
impl RefUnwindSafe for ImageAtlasCoords
impl Send for ImageAtlasCoords
impl Sync for ImageAtlasCoords
impl Unpin for ImageAtlasCoords
impl UnwindSafe for ImageAtlasCoords
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