pub struct BaseStaticFn {
pub get_instance_proc_addr: PFN_vkGetInstanceProcAddr,
}Expand description
Raw Vulkan 1 static function pointers
Fields§
§get_instance_proc_addr: PFN_vkGetInstanceProcAddrImplementations§
Trait Implementations§
Source§impl Clone for BaseStaticFn
impl Clone for BaseStaticFn
Source§fn clone(&self) -> BaseStaticFn
fn clone(&self) -> BaseStaticFn
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 moreimpl Send for BaseStaticFn
impl Sync for BaseStaticFn
Auto Trait Implementations§
impl Freeze for BaseStaticFn
impl RefUnwindSafe for BaseStaticFn
impl Unpin for BaseStaticFn
impl UnwindSafe for BaseStaticFn
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