Struct avenger_wgpu::marks::multi::MultiMarkBatch
source · pub struct MultiMarkBatch {
pub indices_range: Range<u32>,
pub clip: Option<ClipRect>,
pub image_atlas_index: Option<usize>,
pub gradient_atlas_index: Option<usize>,
pub text_atlas_index: Option<usize>,
}Fields§
§indices_range: Range<u32>§clip: Option<ClipRect>§image_atlas_index: Option<usize>§gradient_atlas_index: Option<usize>§text_atlas_index: Option<usize>Trait Implementations§
source§impl Clone for MultiMarkBatch
impl Clone for MultiMarkBatch
source§fn clone(&self) -> MultiMarkBatch
fn clone(&self) -> MultiMarkBatch
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 MultiMarkBatch
impl Send for MultiMarkBatch
impl Sync for MultiMarkBatch
impl Unpin for MultiMarkBatch
impl UnwindSafe for MultiMarkBatch
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