#[repr(C)]pub struct ScreenSurfaceCreateInfoQNX {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: ScreenSurfaceCreateFlagsQNX,
pub context: *mut _screen_context,
pub window: *mut _screen_window,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: ScreenSurfaceCreateFlagsQNXcontext: *mut _screen_contextwindow: *mut _screen_windowTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ScreenSurfaceCreateInfoQNX
impl !Send for ScreenSurfaceCreateInfoQNX
impl !Sync for ScreenSurfaceCreateInfoQNX
impl Unpin for ScreenSurfaceCreateInfoQNX
impl UnwindSafe for ScreenSurfaceCreateInfoQNX
Blanket Implementations
Mutably borrows from an owned value. Read more