Struct raylib_sys::rlRenderBatch
source · #[repr(C)]pub struct rlRenderBatch {
pub bufferCount: c_int,
pub currentBuffer: c_int,
pub vertexBuffer: *mut rlVertexBuffer,
pub draws: *mut rlDrawCall,
pub drawCounter: c_int,
pub currentDepth: f32,
}Fields§
§bufferCount: c_int§currentBuffer: c_int§vertexBuffer: *mut rlVertexBuffer§draws: *mut rlDrawCall§drawCounter: c_int§currentDepth: f32Trait Implementations§
source§impl Clone for rlRenderBatch
impl Clone for rlRenderBatch
source§fn clone(&self) -> rlRenderBatch
fn clone(&self) -> rlRenderBatch
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 moresource§impl Debug for rlRenderBatch
impl Debug for rlRenderBatch
impl Copy for rlRenderBatch
Auto Trait Implementations§
impl Freeze for rlRenderBatch
impl RefUnwindSafe for rlRenderBatch
impl !Send for rlRenderBatch
impl !Sync for rlRenderBatch
impl Unpin for rlRenderBatch
impl UnwindSafe for rlRenderBatch
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