Struct ash::vk::ProtectedSubmitInfo
source · #[repr(C)]pub struct ProtectedSubmitInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub protected_submit: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§protected_submit: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> ProtectedSubmitInfo<'a>
impl<'a> ProtectedSubmitInfo<'a>
pub fn protected_submit(self, protected_submit: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for ProtectedSubmitInfo<'a>
impl<'a> Clone for ProtectedSubmitInfo<'a>
source§fn clone(&self) -> ProtectedSubmitInfo<'a>
fn clone(&self) -> ProtectedSubmitInfo<'a>
Returns a copy 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<'a> Debug for ProtectedSubmitInfo<'a>
impl<'a> Debug for ProtectedSubmitInfo<'a>
source§impl Default for ProtectedSubmitInfo<'_>
impl Default for ProtectedSubmitInfo<'_>
source§impl<'a> TaggedStructure for ProtectedSubmitInfo<'a>
impl<'a> TaggedStructure for ProtectedSubmitInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PROTECTED_SUBMIT_INFO
impl<'a> Copy for ProtectedSubmitInfo<'a>
impl ExtendsSubmitInfo for ProtectedSubmitInfo<'_>
impl Send for ProtectedSubmitInfo<'_>
impl Sync for ProtectedSubmitInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for ProtectedSubmitInfo<'a>
impl<'a> RefUnwindSafe for ProtectedSubmitInfo<'a>
impl<'a> Unpin for ProtectedSubmitInfo<'a>
impl<'a> UnwindSafe for ProtectedSubmitInfo<'a>
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