Struct classicube_sys::OwnedGfxVertexBuffer
source · pub struct OwnedGfxVertexBuffer {
pub resource_id: GfxResourceID,
}Fields§
§resource_id: GfxResourceIDImplementations§
source§impl OwnedGfxVertexBuffer
impl OwnedGfxVertexBuffer
pub fn new(fmt: VertexFormat, max_vertices: c_int) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OwnedGfxVertexBuffer
impl Send for OwnedGfxVertexBuffer
impl Sync for OwnedGfxVertexBuffer
impl Unpin for OwnedGfxVertexBuffer
impl UnwindSafe for OwnedGfxVertexBuffer
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