#[repr(C)]pub struct StridedDeviceAddressRegionKHR {
pub device_address: u64,
pub stride: u64,
pub size: u64,
}Expand description
Fields
device_address: u64stride: u64size: u64Implementations
sourceimpl StridedDeviceAddressRegionKHR
impl StridedDeviceAddressRegionKHR
pub fn builder<'a>() -> StridedDeviceAddressRegionKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for StridedDeviceAddressRegionKHR
impl Clone for StridedDeviceAddressRegionKHR
sourcefn clone(&self) -> StridedDeviceAddressRegionKHR
fn clone(&self) -> StridedDeviceAddressRegionKHR
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 StridedDeviceAddressRegionKHR
impl Debug for StridedDeviceAddressRegionKHR
sourceimpl Default for StridedDeviceAddressRegionKHR
impl Default for StridedDeviceAddressRegionKHR
sourcefn default() -> StridedDeviceAddressRegionKHR
fn default() -> StridedDeviceAddressRegionKHR
Returns the “default value” for a type. Read more
impl Copy for StridedDeviceAddressRegionKHR
Auto Trait Implementations
impl RefUnwindSafe for StridedDeviceAddressRegionKHR
impl Send for StridedDeviceAddressRegionKHR
impl Sync for StridedDeviceAddressRegionKHR
impl Unpin for StridedDeviceAddressRegionKHR
impl UnwindSafe for StridedDeviceAddressRegionKHR
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