Struct ash::vk::BaseOutStructure
source · #[repr(C)]pub struct BaseOutStructure {
pub s_type: StructureType,
pub p_next: *mut Self,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut Self
Trait Implementations§
source§impl Clone for BaseOutStructure
impl Clone for BaseOutStructure
source§fn clone(&self) -> BaseOutStructure
fn clone(&self) -> BaseOutStructure
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 moresource§impl Debug for BaseOutStructure
impl Debug for BaseOutStructure
source§impl Default for BaseOutStructure
impl Default for BaseOutStructure
impl Copy for BaseOutStructure
Auto Trait Implementations§
impl Freeze for BaseOutStructure
impl RefUnwindSafe for BaseOutStructure
impl !Send for BaseOutStructure
impl !Sync for BaseOutStructure
impl Unpin for BaseOutStructure
impl UnwindSafe for BaseOutStructure
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