pub struct VulkanArmSchedulingControls {}Expand description
struct for VK_ARM_scheduling_controls
Implementations§
Source§impl VulkanArmSchedulingControls
impl VulkanArmSchedulingControls
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanArmSchedulingControls
impl Clone for VulkanArmSchedulingControls
Source§fn clone(&self) -> VulkanArmSchedulingControls
fn clone(&self) -> VulkanArmSchedulingControls
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanArmSchedulingControls
Source§impl Debug for VulkanArmSchedulingControls
impl Debug for VulkanArmSchedulingControls
Source§impl Default for VulkanArmSchedulingControls
impl Default for VulkanArmSchedulingControls
Source§fn default() -> VulkanArmSchedulingControls
fn default() -> VulkanArmSchedulingControls
Returns the “default value” for a type. Read more
impl VK_ARM_scheduling_controls for VulkanArmSchedulingControls
Auto Trait Implementations§
impl Freeze for VulkanArmSchedulingControls
impl RefUnwindSafe for VulkanArmSchedulingControls
impl Send for VulkanArmSchedulingControls
impl Sync for VulkanArmSchedulingControls
impl Unpin for VulkanArmSchedulingControls
impl UnsafeUnpin for VulkanArmSchedulingControls
impl UnwindSafe for VulkanArmSchedulingControls
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