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