#[repr(C)]pub struct rlDrawCall {
pub mode: c_int,
pub vertexCount: c_int,
pub vertexAlignment: c_int,
pub textureId: c_uint,
}Fields§
§mode: c_int§vertexCount: c_int§vertexAlignment: c_int§textureId: c_uintTrait Implementations§
Source§impl Clone for rlDrawCall
impl Clone for rlDrawCall
Source§fn clone(&self) -> rlDrawCall
fn clone(&self) -> rlDrawCall
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 rlDrawCall
Source§impl Debug for rlDrawCall
impl Debug for rlDrawCall
Source§impl Default for rlDrawCall
impl Default for rlDrawCall
Source§fn default() -> rlDrawCall
fn default() -> rlDrawCall
Returns the “default value” for a type. Read more
Source§impl PartialEq for rlDrawCall
impl PartialEq for rlDrawCall
Source§fn eq(&self, other: &rlDrawCall) -> bool
fn eq(&self, other: &rlDrawCall) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for rlDrawCall
Auto Trait Implementations§
impl Freeze for rlDrawCall
impl RefUnwindSafe for rlDrawCall
impl Send for rlDrawCall
impl Sync for rlDrawCall
impl Unpin for rlDrawCall
impl UnsafeUnpin for rlDrawCall
impl UnwindSafe for rlDrawCall
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