Struct sdl2_sys::VkInstance_T
source · #[repr(C)]pub struct VkInstance_T { /* private fields */ }
Trait Implementations§
source§impl Clone for VkInstance_T
impl Clone for VkInstance_T
source§fn clone(&self) -> VkInstance_T
fn clone(&self) -> VkInstance_T
Returns a copy 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 Copy for VkInstance_T
Auto Trait Implementations§
impl Freeze for VkInstance_T
impl RefUnwindSafe for VkInstance_T
impl Send for VkInstance_T
impl Sync for VkInstance_T
impl Unpin for VkInstance_T
impl UnwindSafe for VkInstance_T
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