#[repr(C)]pub struct StreamDescriptorSurfaceCreateInfoGGP {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: u32,
pub stream_descriptor: u32,
}Expand description
VkStreamDescriptorSurfaceCreateInfoGGP
Provided by VK_GGP_stream_descriptor_surface.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP.
p_next: *const c_voidOptional, may be null.
flags: u32§stream_descriptor: u32Implementations§
Source§impl StreamDescriptorSurfaceCreateInfoGGP
impl StreamDescriptorSurfaceCreateInfoGGP
Sourcepub fn builder<'a>() -> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
pub fn builder<'a>() -> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for StreamDescriptorSurfaceCreateInfoGGP
impl Clone for StreamDescriptorSurfaceCreateInfoGGP
Source§fn clone(&self) -> StreamDescriptorSurfaceCreateInfoGGP
fn clone(&self) -> StreamDescriptorSurfaceCreateInfoGGP
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for StreamDescriptorSurfaceCreateInfoGGP
impl Default for StreamDescriptorSurfaceCreateInfoGGP
Source§fn default() -> StreamDescriptorSurfaceCreateInfoGGP
fn default() -> StreamDescriptorSurfaceCreateInfoGGP
Returns the “default value” for a type. Read more
impl Copy for StreamDescriptorSurfaceCreateInfoGGP
Auto Trait Implementations§
impl Freeze for StreamDescriptorSurfaceCreateInfoGGP
impl RefUnwindSafe for StreamDescriptorSurfaceCreateInfoGGP
impl !Send for StreamDescriptorSurfaceCreateInfoGGP
impl !Sync for StreamDescriptorSurfaceCreateInfoGGP
impl Unpin for StreamDescriptorSurfaceCreateInfoGGP
impl UnsafeUnpin for StreamDescriptorSurfaceCreateInfoGGP
impl UnwindSafe for StreamDescriptorSurfaceCreateInfoGGP
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