Struct ash::vk::StreamDescriptorSurfaceCreateInfoGGP
source · #[repr(C)]pub struct StreamDescriptorSurfaceCreateInfoGGP<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: StreamDescriptorSurfaceCreateFlagsGGP,
pub stream_descriptor: GgpStreamDescriptor,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: StreamDescriptorSurfaceCreateFlagsGGP
§stream_descriptor: GgpStreamDescriptor
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> StreamDescriptorSurfaceCreateInfoGGP<'a>
impl<'a> StreamDescriptorSurfaceCreateInfoGGP<'a>
pub fn flags(self, flags: StreamDescriptorSurfaceCreateFlagsGGP) -> Self
pub fn stream_descriptor(self, stream_descriptor: GgpStreamDescriptor) -> Self
Trait Implementations§
source§impl<'a> Clone for StreamDescriptorSurfaceCreateInfoGGP<'a>
impl<'a> Clone for StreamDescriptorSurfaceCreateInfoGGP<'a>
source§fn clone(&self) -> StreamDescriptorSurfaceCreateInfoGGP<'a>
fn clone(&self) -> StreamDescriptorSurfaceCreateInfoGGP<'a>
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<'a> Debug for StreamDescriptorSurfaceCreateInfoGGP<'a>
impl<'a> Debug for StreamDescriptorSurfaceCreateInfoGGP<'a>
source§impl Default for StreamDescriptorSurfaceCreateInfoGGP<'_>
impl Default for StreamDescriptorSurfaceCreateInfoGGP<'_>
source§impl<'a> TaggedStructure for StreamDescriptorSurfaceCreateInfoGGP<'a>
impl<'a> TaggedStructure for StreamDescriptorSurfaceCreateInfoGGP<'a>
const STRUCTURE_TYPE: StructureType = StructureType::STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP
impl<'a> Copy for StreamDescriptorSurfaceCreateInfoGGP<'a>
impl Send for StreamDescriptorSurfaceCreateInfoGGP<'_>
impl Sync for StreamDescriptorSurfaceCreateInfoGGP<'_>
Auto Trait Implementations§
impl<'a> Freeze for StreamDescriptorSurfaceCreateInfoGGP<'a>
impl<'a> RefUnwindSafe for StreamDescriptorSurfaceCreateInfoGGP<'a>
impl<'a> Unpin for StreamDescriptorSurfaceCreateInfoGGP<'a>
impl<'a> UnwindSafe for StreamDescriptorSurfaceCreateInfoGGP<'a>
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