#[repr(C)]pub struct ImageViewAddressPropertiesNVX {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub device_address: u64,
pub size: u64,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voiddevice_address: u64size: u64Implementations
sourceimpl ImageViewAddressPropertiesNVX
impl ImageViewAddressPropertiesNVX
pub fn builder<'a>() -> ImageViewAddressPropertiesNVXBuilder<'a>
Trait Implementations
sourceimpl Clone for ImageViewAddressPropertiesNVX
impl Clone for ImageViewAddressPropertiesNVX
sourcefn clone(&self) -> ImageViewAddressPropertiesNVX
fn clone(&self) -> ImageViewAddressPropertiesNVX
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ImageViewAddressPropertiesNVX
impl Debug for ImageViewAddressPropertiesNVX
sourceimpl Default for ImageViewAddressPropertiesNVX
impl Default for ImageViewAddressPropertiesNVX
sourcefn default() -> ImageViewAddressPropertiesNVX
fn default() -> ImageViewAddressPropertiesNVX
Returns the “default value” for a type. Read more
impl Copy for ImageViewAddressPropertiesNVX
Auto Trait Implementations
impl RefUnwindSafe for ImageViewAddressPropertiesNVX
impl !Send for ImageViewAddressPropertiesNVX
impl !Sync for ImageViewAddressPropertiesNVX
impl Unpin for ImageViewAddressPropertiesNVX
impl UnwindSafe for ImageViewAddressPropertiesNVX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more