#[repr(C)]pub struct CoglIndexBuffer(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CoglIndexBuffer
impl RefUnwindSafe for CoglIndexBuffer
impl Send for CoglIndexBuffer
impl Sync for CoglIndexBuffer
impl Unpin for CoglIndexBuffer
impl UnwindSafe for CoglIndexBuffer
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