#[repr(C)]pub struct ULIndexBuffer {
pub size: c_uint,
pub data: *mut c_uchar,
}Expand description
Vertex index buffer data.
Fields§
§size: c_uint§data: *mut c_ucharTrait Implementations§
Source§impl Clone for ULIndexBuffer
impl Clone for ULIndexBuffer
Source§fn clone(&self) -> ULIndexBuffer
fn clone(&self) -> ULIndexBuffer
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 ULIndexBuffer
impl Debug for ULIndexBuffer
impl Copy for ULIndexBuffer
Auto Trait Implementations§
impl Freeze for ULIndexBuffer
impl RefUnwindSafe for ULIndexBuffer
impl !Send for ULIndexBuffer
impl !Sync for ULIndexBuffer
impl Unpin for ULIndexBuffer
impl UnwindSafe for ULIndexBuffer
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