#[repr(C)]pub struct StreamDescriptorSurfaceCreateInfoGGP {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: StreamDescriptorSurfaceCreateFlagsGGP,
pub stream_descriptor: GgpStreamDescriptor,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: StreamDescriptorSurfaceCreateFlagsGGP§stream_descriptor: GgpStreamDescriptorTrait 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 PartialEq for StreamDescriptorSurfaceCreateInfoGGP
impl PartialEq for StreamDescriptorSurfaceCreateInfoGGP
Source§fn eq(&self, other: &StreamDescriptorSurfaceCreateInfoGGP) -> bool
fn eq(&self, other: &StreamDescriptorSurfaceCreateInfoGGP) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StreamDescriptorSurfaceCreateInfoGGP
impl Eq for StreamDescriptorSurfaceCreateInfoGGP
impl Send for StreamDescriptorSurfaceCreateInfoGGP
impl StructuralPartialEq for StreamDescriptorSurfaceCreateInfoGGP
impl Sync for StreamDescriptorSurfaceCreateInfoGGP
Auto Trait Implementations§
impl Freeze for StreamDescriptorSurfaceCreateInfoGGP
impl RefUnwindSafe 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