#[repr(transparent)]pub struct PFN_vkCmdSetDepthBounds(pub unsafe extern "system" fn(commandBuffer: VkCommandBuffer, minDepthBounds: c_float, maxDepthBounds: c_float));Tuple Fields§
§0: unsafe extern "system" fn(commandBuffer: VkCommandBuffer, minDepthBounds: c_float, maxDepthBounds: c_float)Trait Implementations§
Source§impl Clone for PFN_vkCmdSetDepthBounds
impl Clone for PFN_vkCmdSetDepthBounds
Source§fn clone(&self) -> PFN_vkCmdSetDepthBounds
fn clone(&self) -> PFN_vkCmdSetDepthBounds
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 moreSource§impl Debug for PFN_vkCmdSetDepthBounds
impl Debug for PFN_vkCmdSetDepthBounds
Source§impl FromPtr for PFN_vkCmdSetDepthBounds
impl FromPtr for PFN_vkCmdSetDepthBounds
Source§impl PFN for PFN_vkCmdSetDepthBounds
impl PFN for PFN_vkCmdSetDepthBounds
const NAME_CSTR: &'static CStr = c"vkCmdSetDepthBounds"
Source§unsafe fn from_void_fn(p: PFN_vkVoidFunction) -> Self
unsafe fn from_void_fn(p: PFN_vkVoidFunction) -> Self
Safety Read more
Source§impl StaticCallable for PFN_vkCmdSetDepthBounds
Available on crate feature Implements and non-crate feature DynamicLoaded only.
impl StaticCallable for PFN_vkCmdSetDepthBounds
Available on crate feature
Implements and non-crate feature DynamicLoaded only.impl Copy for PFN_vkCmdSetDepthBounds
Auto Trait Implementations§
impl Freeze for PFN_vkCmdSetDepthBounds
impl RefUnwindSafe for PFN_vkCmdSetDepthBounds
impl Send for PFN_vkCmdSetDepthBounds
impl Sync for PFN_vkCmdSetDepthBounds
impl Unpin for PFN_vkCmdSetDepthBounds
impl UnsafeUnpin for PFN_vkCmdSetDepthBounds
impl UnwindSafe for PFN_vkCmdSetDepthBounds
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