#[repr(C)]pub struct EGLClientPixmapHI { /* private fields */ }
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