pub struct SemaphoreCreateInfo<'d>(/* private fields */);
Implementations§
Source§impl<'d> SemaphoreCreateInfo<'d>
impl<'d> SemaphoreCreateInfo<'d>
pub const fn new() -> Self
pub const unsafe fn from_raw(raw: VkSemaphoreCreateInfo) -> Self
pub const fn into_raw(self) -> VkSemaphoreCreateInfo
pub fn with_next(self, next: &'d (impl TypedVulkanStructure + ?Sized)) -> Self
Trait Implementations§
Source§impl<'d> Clone for SemaphoreCreateInfo<'d>
impl<'d> Clone for SemaphoreCreateInfo<'d>
Source§fn clone(&self) -> SemaphoreCreateInfo<'d>
fn clone(&self) -> SemaphoreCreateInfo<'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 SemaphoreCreateInfo<'d>
impl<'d> !RefUnwindSafe for SemaphoreCreateInfo<'d>
impl<'d> !Send for SemaphoreCreateInfo<'d>
impl<'d> !Sync for SemaphoreCreateInfo<'d>
impl<'d> Unpin for SemaphoreCreateInfo<'d>
impl<'d> !UnwindSafe for SemaphoreCreateInfo<'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