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