Struct avenger_wgpu::marks::text::TextAtlasRegistration
source · pub struct TextAtlasRegistration {
pub atlas_index: usize,
pub verts: Vec<MultiVertex>,
pub indices: Vec<u32>,
}Fields§
§atlas_index: usize§verts: Vec<MultiVertex>§indices: Vec<u32>Trait Implementations§
source§impl Clone for TextAtlasRegistration
impl Clone for TextAtlasRegistration
source§fn clone(&self) -> TextAtlasRegistration
fn clone(&self) -> TextAtlasRegistration
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 moreAuto Trait Implementations§
impl RefUnwindSafe for TextAtlasRegistration
impl Send for TextAtlasRegistration
impl Sync for TextAtlasRegistration
impl Unpin for TextAtlasRegistration
impl UnwindSafe for TextAtlasRegistration
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