pub struct PipelineDynamicStateCreateInfo<'d>(/* private fields */);
Expand description
Structure specifying parameters of a newly created pipeline dynamic state
Implementations§
Source§impl<'d> PipelineDynamicStateCreateInfo<'d>
impl<'d> PipelineDynamicStateCreateInfo<'d>
pub const fn new(states: &'d [VkDynamicState]) -> Self
pub const unsafe fn from_raw(raw: VkPipelineDynamicStateCreateInfo) -> Self
pub const fn into_raw(self) -> VkPipelineDynamicStateCreateInfo
Trait Implementations§
Source§impl<'d> Clone for PipelineDynamicStateCreateInfo<'d>
impl<'d> Clone for PipelineDynamicStateCreateInfo<'d>
Source§fn clone(&self) -> PipelineDynamicStateCreateInfo<'d>
fn clone(&self) -> PipelineDynamicStateCreateInfo<'d>
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 moreAuto Trait Implementations§
impl<'d> Freeze for PipelineDynamicStateCreateInfo<'d>
impl<'d> RefUnwindSafe for PipelineDynamicStateCreateInfo<'d>
impl<'d> !Send for PipelineDynamicStateCreateInfo<'d>
impl<'d> !Sync for PipelineDynamicStateCreateInfo<'d>
impl<'d> Unpin for PipelineDynamicStateCreateInfo<'d>
impl<'d> UnwindSafe for PipelineDynamicStateCreateInfo<'d>
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