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