Struct ash::extensions::experimental::amd::GpaSessionCreateInfoAmd [−][src]
#[repr(C)]pub struct GpaSessionCreateInfoAmd { pub s_type: StructureType, pub p_next: *const c_void, pub secondary_copy_source: GpaSessionAmd, }
Fields
s_type: StructureType
p_next: *const c_void
secondary_copy_source: GpaSessionAmd
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GpaSessionCreateInfoAmd
impl !Send for GpaSessionCreateInfoAmd
impl !Sync for GpaSessionCreateInfoAmd
impl Unpin for GpaSessionCreateInfoAmd
impl UnwindSafe for GpaSessionCreateInfoAmd
Blanket Implementations
Mutably borrows from an owned value. Read more