#[repr(C)]pub struct VkBaseOutStructure {
pub sType: VkStructureType,
pub pNext: *mut VkBaseOutStructure,
}
Fields§
§sType: VkStructureType
§pNext: *mut VkBaseOutStructure
Trait Implementations§
Source§impl Clone for VkBaseOutStructure
impl Clone for VkBaseOutStructure
Source§fn clone(&self) -> VkBaseOutStructure
fn clone(&self) -> VkBaseOutStructure
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 moreSource§impl Debug for VkBaseOutStructure
impl Debug for VkBaseOutStructure
impl Copy for VkBaseOutStructure
Auto Trait Implementations§
impl Freeze for VkBaseOutStructure
impl RefUnwindSafe for VkBaseOutStructure
impl !Send for VkBaseOutStructure
impl !Sync for VkBaseOutStructure
impl Unpin for VkBaseOutStructure
impl UnwindSafe for VkBaseOutStructure
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