#[repr(C)]pub struct StridedDeviceAddressNV {
pub start_address: DeviceAddress,
pub stride_in_bytes: DeviceSize,
}Expand description
Fields§
§start_address: DeviceAddress§stride_in_bytes: DeviceSizeTrait Implementations§
Source§impl Clone for StridedDeviceAddressNV
impl Clone for StridedDeviceAddressNV
Source§fn clone(&self) -> StridedDeviceAddressNV
fn clone(&self) -> StridedDeviceAddressNV
Returns a duplicate 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 Debug for StridedDeviceAddressNV
impl Debug for StridedDeviceAddressNV
Source§impl Default for StridedDeviceAddressNV
impl Default for StridedDeviceAddressNV
Source§fn default() -> StridedDeviceAddressNV
fn default() -> StridedDeviceAddressNV
Returns the “default value” for a type. Read more
Source§impl Hash for StridedDeviceAddressNV
impl Hash for StridedDeviceAddressNV
Source§impl PartialEq for StridedDeviceAddressNV
impl PartialEq for StridedDeviceAddressNV
impl Copy for StridedDeviceAddressNV
impl Eq for StridedDeviceAddressNV
impl StructuralPartialEq for StridedDeviceAddressNV
Auto Trait Implementations§
impl Freeze for StridedDeviceAddressNV
impl RefUnwindSafe for StridedDeviceAddressNV
impl Send for StridedDeviceAddressNV
impl Sync for StridedDeviceAddressNV
impl Unpin for StridedDeviceAddressNV
impl UnwindSafe for StridedDeviceAddressNV
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