Struct surfman::platform::unix::generic::connection::NativeConnectionWrapper
source · pub struct NativeConnectionWrapper {
pub(crate) egl_display: *const c_void,
}
Expand description
Native connections.
Fields§
§egl_display: *const c_void
Trait Implementations§
impl Send for NativeConnectionWrapper
impl Sync for NativeConnectionWrapper
Auto Trait Implementations§
impl Freeze for NativeConnectionWrapper
impl RefUnwindSafe for NativeConnectionWrapper
impl Unpin for NativeConnectionWrapper
impl UnwindSafe for NativeConnectionWrapper
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