#[repr(C)]pub struct DescriptorAddressInfoEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub address: DeviceAddress,
pub range: DeviceSize,
pub format: Format,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§address: DeviceAddress
§range: DeviceSize
§format: Format
Trait Implementations§
Source§impl Clone for DescriptorAddressInfoEXT
impl Clone for DescriptorAddressInfoEXT
Source§fn clone(&self) -> DescriptorAddressInfoEXT
fn clone(&self) -> DescriptorAddressInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DescriptorAddressInfoEXT
Auto Trait Implementations§
impl Freeze for DescriptorAddressInfoEXT
impl RefUnwindSafe for DescriptorAddressInfoEXT
impl !Send for DescriptorAddressInfoEXT
impl !Sync for DescriptorAddressInfoEXT
impl Unpin for DescriptorAddressInfoEXT
impl UnwindSafe for DescriptorAddressInfoEXT
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