pub struct Tris {
pub brush_id: u32,
pub indices: Vec<[u32; 3]>,
}Fields§
§brush_id: u32§indices: Vec<[u32; 3]>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Tris
impl Send for Tris
impl Sync for Tris
impl Unpin for Tris
impl UnwindSafe for Tris
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