#[repr(C)]pub struct StreamDescriptorSurfaceCreateInfoGGP {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: StreamDescriptorSurfaceCreateFlagsGGP,
pub stream_descriptor: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: StreamDescriptorSurfaceCreateFlagsGGP§stream_descriptor: u32Implementations§
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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StreamDescriptorSurfaceCreateInfoGGP
Source§impl Default for StreamDescriptorSurfaceCreateInfoGGP
impl Default for StreamDescriptorSurfaceCreateInfoGGP
Source§fn default() -> StreamDescriptorSurfaceCreateInfoGGP
fn default() -> StreamDescriptorSurfaceCreateInfoGGP
Returns the “default value” for a type. Read more
Source§impl TaggedStructure for StreamDescriptorSurfaceCreateInfoGGP
impl TaggedStructure for StreamDescriptorSurfaceCreateInfoGGP
const STRUCTURE_TYPE: StructureType = StructureType::STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP
Auto Trait Implementations§
impl !Send for StreamDescriptorSurfaceCreateInfoGGP
impl !Sync for StreamDescriptorSurfaceCreateInfoGGP
impl Freeze for StreamDescriptorSurfaceCreateInfoGGP
impl RefUnwindSafe 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