Struct avenger_wgpu::marks::cosmic::TextAtlasCoords
source · pub struct TextAtlasCoords {
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 TextAtlasCoords
impl Clone for TextAtlasCoords
source§fn clone(&self) -> TextAtlasCoords
fn clone(&self) -> TextAtlasCoords
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 TextAtlasCoords
Auto Trait Implementations§
impl RefUnwindSafe for TextAtlasCoords
impl Send for TextAtlasCoords
impl Sync for TextAtlasCoords
impl Unpin for TextAtlasCoords
impl UnwindSafe for TextAtlasCoords
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