Struct ash::vk::StreamDescriptorSurfaceCreateInfoGGP
source · #[repr(C)]pub struct StreamDescriptorSurfaceCreateInfoGGP {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: StreamDescriptorSurfaceCreateFlagsGGP,
pub stream_descriptor: GgpStreamDescriptor,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: StreamDescriptorSurfaceCreateFlagsGGP
§stream_descriptor: GgpStreamDescriptor
Implementations§
source§impl StreamDescriptorSurfaceCreateInfoGGP
impl StreamDescriptorSurfaceCreateInfoGGP
pub fn builder<'a>() -> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
Trait Implementations§
source§impl Clone for StreamDescriptorSurfaceCreateInfoGGP
impl Clone for StreamDescriptorSurfaceCreateInfoGGP
source§fn clone(&self) -> StreamDescriptorSurfaceCreateInfoGGP
fn clone(&self) -> StreamDescriptorSurfaceCreateInfoGGP
Returns a copy 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 TaggedStructure for StreamDescriptorSurfaceCreateInfoGGP
impl TaggedStructure for StreamDescriptorSurfaceCreateInfoGGP
const STRUCTURE_TYPE: StructureType = StructureType::STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP
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 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