#[repr(C)]pub struct SpriteIntermediateRendererInfo {Show 15 fields
pub sprite_id: i32,
pub texture_id: i32,
pub material_id: i32,
pub color: Color,
pub transform: Matrix4x4,
pub bounds: Bounds,
pub layer: i32,
pub sorting_layer: i32,
pub sorting_order: i32,
pub scene_culling_mask: u64,
pub index_data: IntPtr,
pub vertex_data: IntPtr,
pub index_count: i32,
pub vertex_count: i32,
pub shader_channel_mask: i32,
}Expand description
Fields§
§sprite_id: i32§texture_id: i32§material_id: i32§color: Color§transform: Matrix4x4§bounds: Bounds§layer: i32§sorting_layer: i32§sorting_order: i32§scene_culling_mask: u64§index_data: IntPtr§vertex_data: IntPtr§index_count: i32§vertex_count: i32§shader_channel_mask: i32Trait Implementations§
Source§impl Clone for SpriteIntermediateRendererInfo
impl Clone for SpriteIntermediateRendererInfo
Source§fn clone(&self) -> SpriteIntermediateRendererInfo
fn clone(&self) -> SpriteIntermediateRendererInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpriteIntermediateRendererInfo
Auto Trait Implementations§
impl Freeze for SpriteIntermediateRendererInfo
impl RefUnwindSafe for SpriteIntermediateRendererInfo
impl Send for SpriteIntermediateRendererInfo
impl Sync for SpriteIntermediateRendererInfo
impl Unpin for SpriteIntermediateRendererInfo
impl UnwindSafe for SpriteIntermediateRendererInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)