pub struct VkPipelineViewportStateCreateFlags {}Expand description
Wrapper for VkPipelineViewportStateCreateFlags.
Use the macro VkPipelineViewportStateCreateFlags! as an alternative method to create a structure. For example, these two snippets return the same value:
VkPipelineViewportStateCreateFlags!()VkPipelineViewportStateCreateFlags {
}Implementations§
Trait Implementations§
Source§impl Clone for VkPipelineViewportStateCreateFlags
impl Clone for VkPipelineViewportStateCreateFlags
Source§fn clone(&self) -> VkPipelineViewportStateCreateFlags
fn clone(&self) -> VkPipelineViewportStateCreateFlags
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 Default for VkPipelineViewportStateCreateFlags
impl Default for VkPipelineViewportStateCreateFlags
Source§fn default() -> VkPipelineViewportStateCreateFlags
fn default() -> VkPipelineViewportStateCreateFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkPipelineViewportStateCreateFlags
impl RefUnwindSafe for VkPipelineViewportStateCreateFlags
impl Send for VkPipelineViewportStateCreateFlags
impl Sync for VkPipelineViewportStateCreateFlags
impl Unpin for VkPipelineViewportStateCreateFlags
impl UnwindSafe for VkPipelineViewportStateCreateFlags
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