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