Struct surfman::egl::types::EGLClientPixmapHI
source · #[repr(C)]pub struct EGLClientPixmapHI {
pData: *const c_void,
iWidth: i32,
iHeight: i32,
iStride: i32,
}
Fields§
§pData: *const c_void
§iWidth: i32
§iHeight: i32
§iStride: i32
Auto Trait Implementations§
impl Freeze for EGLClientPixmapHI
impl RefUnwindSafe for EGLClientPixmapHI
impl !Send for EGLClientPixmapHI
impl !Sync for EGLClientPixmapHI
impl Unpin for EGLClientPixmapHI
impl UnwindSafe for EGLClientPixmapHI
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