#[repr(C)]pub struct DescriptorBufferBindingPushDescriptorBufferHandleEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub buffer: Buffer,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§buffer: Buffer
Implementations§
Trait Implementations§
Source§impl Clone for DescriptorBufferBindingPushDescriptorBufferHandleEXT
impl Clone for DescriptorBufferBindingPushDescriptorBufferHandleEXT
Source§fn clone(&self) -> DescriptorBufferBindingPushDescriptorBufferHandleEXT
fn clone(&self) -> DescriptorBufferBindingPushDescriptorBufferHandleEXT
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 TaggedStructure for DescriptorBufferBindingPushDescriptorBufferHandleEXT
impl TaggedStructure for DescriptorBufferBindingPushDescriptorBufferHandleEXT
const STRUCTURE_TYPE: StructureType = StructureType::DESCRIPTOR_BUFFER_BINDING_PUSH_DESCRIPTOR_BUFFER_HANDLE_EXT
impl Copy for DescriptorBufferBindingPushDescriptorBufferHandleEXT
impl ExtendsDescriptorBufferBindingInfoEXT for DescriptorBufferBindingPushDescriptorBufferHandleEXT
Auto Trait Implementations§
impl Freeze for DescriptorBufferBindingPushDescriptorBufferHandleEXT
impl RefUnwindSafe for DescriptorBufferBindingPushDescriptorBufferHandleEXT
impl !Send for DescriptorBufferBindingPushDescriptorBufferHandleEXT
impl !Sync for DescriptorBufferBindingPushDescriptorBufferHandleEXT
impl Unpin for DescriptorBufferBindingPushDescriptorBufferHandleEXT
impl UnwindSafe for DescriptorBufferBindingPushDescriptorBufferHandleEXT
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)