#[repr(C)]pub struct GLsyncPtr {
pub ptr: *const c_void,
pub run_destructor: bool,
}Fields§
§ptr: *const c_void§run_destructor: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GLsyncPtr
impl RefUnwindSafe for GLsyncPtr
impl !Send for GLsyncPtr
impl !Sync for GLsyncPtr
impl Unpin for GLsyncPtr
impl UnsafeUnpin for GLsyncPtr
impl UnwindSafe for GLsyncPtr
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