pub struct DecalInstances {
pub id: DecalTextureID,
pub pos: [(f32, f32); 4],
pub uv: [(f32, f32); 4],
pub w: [f32; 4],
pub tint: [f32; 4],
}
Fields§
§id: DecalTextureID
§pos: [(f32, f32); 4]
§uv: [(f32, f32); 4]
§w: [f32; 4]
§tint: [f32; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecalInstances
impl RefUnwindSafe for DecalInstances
impl Send for DecalInstances
impl Sync for DecalInstances
impl Unpin for DecalInstances
impl UnwindSafe for DecalInstances
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