#[repr(C)]pub struct GLfloatVecRefMut {
pub ptr: *mut f32,
pub len: usize,
}Expand description
FFI-safe wrapper for &mut [GLfloat].
Fields§
§ptr: *mut f32§len: usizeImplementations§
Trait Implementations§
Source§impl Clone for GLfloatVecRefMut
impl Clone for GLfloatVecRefMut
Source§impl Debug for GLfloatVecRefMut
impl Debug for GLfloatVecRefMut
Auto Trait Implementations§
impl Freeze for GLfloatVecRefMut
impl RefUnwindSafe for GLfloatVecRefMut
impl !Send for GLfloatVecRefMut
impl !Sync for GLfloatVecRefMut
impl Unpin for GLfloatVecRefMut
impl UnsafeUnpin for GLfloatVecRefMut
impl UnwindSafe for GLfloatVecRefMut
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