#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rlRenderBatch
Source§impl Debug for rlRenderBatch
impl Debug for rlRenderBatch
Source§impl Default for rlRenderBatch
impl Default for rlRenderBatch
Source§impl PartialEq for rlRenderBatch
impl PartialEq for rlRenderBatch
Source§fn eq(&self, other: &rlRenderBatch) -> bool
fn eq(&self, other: &rlRenderBatch) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for rlRenderBatch
Auto Trait Implementations§
impl !Send for rlRenderBatch
impl !Sync for rlRenderBatch
impl Freeze for rlRenderBatch
impl RefUnwindSafe for rlRenderBatch
impl Unpin for rlRenderBatch
impl UnsafeUnpin 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