pub struct StaticFn;Expand description
Raw Vulkan 1 static function pointers
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StaticFn
impl RefUnwindSafe for StaticFn
impl Send for StaticFn
impl Sync for StaticFn
impl Unpin for StaticFn
impl UnwindSafe for StaticFn
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