#[repr(C)]pub struct ImageViewAddressPropertiesNVX {
pub sType: StructureType,
pub pNext: *mut c_void,
pub deviceAddress: DeviceAddress,
pub size: DeviceSize,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§deviceAddress: DeviceAddress
§size: DeviceSize
Trait Implementations§
Source§impl Clone for ImageViewAddressPropertiesNVX
impl Clone for ImageViewAddressPropertiesNVX
Source§fn clone(&self) -> ImageViewAddressPropertiesNVX
fn clone(&self) -> ImageViewAddressPropertiesNVX
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 ImageViewAddressPropertiesNVX
Auto Trait Implementations§
impl Freeze for ImageViewAddressPropertiesNVX
impl RefUnwindSafe for ImageViewAddressPropertiesNVX
impl !Send for ImageViewAddressPropertiesNVX
impl !Sync for ImageViewAddressPropertiesNVX
impl Unpin for ImageViewAddressPropertiesNVX
impl UnwindSafe for ImageViewAddressPropertiesNVX
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