#[repr(C)]pub struct RendererDrawCallInfoT {
pub __bindgen_anon_1: RendererDrawCallInfoTBindgenTy1,
pub index_buffer: RendererHandleT,
pub primitive_type: u8,
pub draw_type: u8,
pub index_type: u8,
pub _padding_345: [c_char; 1],
}
Fields§
§__bindgen_anon_1: RendererDrawCallInfoTBindgenTy1
§index_buffer: RendererHandleT
§primitive_type: u8
§draw_type: u8
§index_type: u8
§_padding_345: [c_char; 1]
Trait Implementations§
Source§impl Clone for RendererDrawCallInfoT
impl Clone for RendererDrawCallInfoT
Source§fn clone(&self) -> RendererDrawCallInfoT
fn clone(&self) -> RendererDrawCallInfoT
Returns a duplicate 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 Default for RendererDrawCallInfoT
impl Default for RendererDrawCallInfoT
impl Copy for RendererDrawCallInfoT
Auto Trait Implementations§
impl Freeze for RendererDrawCallInfoT
impl RefUnwindSafe for RendererDrawCallInfoT
impl Send for RendererDrawCallInfoT
impl Sync for RendererDrawCallInfoT
impl Unpin for RendererDrawCallInfoT
impl UnwindSafe for RendererDrawCallInfoT
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