pub struct GraphicsStaticFn;Expand description
Raw Vulkan 1 static function pointers
Trait Implementations§
Source§impl Clone for GraphicsStaticFn
impl Clone for GraphicsStaticFn
Source§fn clone(&self) -> GraphicsStaticFn
fn clone(&self) -> GraphicsStaticFn
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 moreAuto Trait Implementations§
impl Freeze for GraphicsStaticFn
impl RefUnwindSafe for GraphicsStaticFn
impl Send for GraphicsStaticFn
impl Sync for GraphicsStaticFn
impl Unpin for GraphicsStaticFn
impl UnwindSafe for GraphicsStaticFn
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