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