#[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: StructureTypep_next: *const c_voidflags: StreamDescriptorSurfaceCreateFlagsGGPstream_descriptor: u32Implementations
sourceimpl StreamDescriptorSurfaceCreateInfoGGP
impl StreamDescriptorSurfaceCreateInfoGGP
pub fn builder<'a>() -> StreamDescriptorSurfaceCreateInfoGGPBuilder<'a>
Trait Implementations
sourceimpl Clone for StreamDescriptorSurfaceCreateInfoGGP
impl Clone for StreamDescriptorSurfaceCreateInfoGGP
sourcefn clone(&self) -> StreamDescriptorSurfaceCreateInfoGGP
fn clone(&self) -> StreamDescriptorSurfaceCreateInfoGGP
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for StreamDescriptorSurfaceCreateInfoGGP
impl Default for StreamDescriptorSurfaceCreateInfoGGP
sourcefn default() -> StreamDescriptorSurfaceCreateInfoGGP
fn default() -> StreamDescriptorSurfaceCreateInfoGGP
Returns the “default value” for a type. Read more
impl Copy for StreamDescriptorSurfaceCreateInfoGGP
Auto Trait Implementations
impl RefUnwindSafe for StreamDescriptorSurfaceCreateInfoGGP
impl !Send for StreamDescriptorSurfaceCreateInfoGGP
impl !Sync for StreamDescriptorSurfaceCreateInfoGGP
impl Unpin for StreamDescriptorSurfaceCreateInfoGGP
impl UnwindSafe for StreamDescriptorSurfaceCreateInfoGGP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more