pub struct SurfaceSourceWaylandSurface {
pub display: Option<*mut c_void>,
pub surface: Option<*mut c_void>,
}Fields§
§display: Option<*mut c_void>§surface: Option<*mut c_void>Implementations§
Trait Implementations§
Source§impl From<SurfaceSourceWaylandSurface> for SurfaceDescriptorExtension
impl From<SurfaceSourceWaylandSurface> for SurfaceDescriptorExtension
Source§fn from(ext: SurfaceSourceWaylandSurface) -> Self
fn from(ext: SurfaceSourceWaylandSurface) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SurfaceSourceWaylandSurface
impl RefUnwindSafe for SurfaceSourceWaylandSurface
impl !Send for SurfaceSourceWaylandSurface
impl !Sync for SurfaceSourceWaylandSurface
impl Unpin for SurfaceSourceWaylandSurface
impl UnsafeUnpin for SurfaceSourceWaylandSurface
impl UnwindSafe for SurfaceSourceWaylandSurface
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