Struct ash::vk::ExtGlobalPriorityQueryFn
source · pub struct ExtGlobalPriorityQueryFn {}
Implementations§
Trait Implementations§
source§impl Clone for ExtGlobalPriorityQueryFn
impl Clone for ExtGlobalPriorityQueryFn
source§fn clone(&self) -> ExtGlobalPriorityQueryFn
fn clone(&self) -> ExtGlobalPriorityQueryFn
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 moreimpl Send for ExtGlobalPriorityQueryFn
impl Sync for ExtGlobalPriorityQueryFn
Auto Trait Implementations§
impl Freeze for ExtGlobalPriorityQueryFn
impl RefUnwindSafe for ExtGlobalPriorityQueryFn
impl Unpin for ExtGlobalPriorityQueryFn
impl UnwindSafe for ExtGlobalPriorityQueryFn
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