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