Enum screen_13::driver::accel_struct::DeviceOrHostAddress
source · [−]pub enum DeviceOrHostAddress {
DeviceAddress(DeviceAddress),
HostAddress,
}Expand description
Specifies a constant device or host address.
See VkDeviceOrHostAddressConstKHR for more information.
Variants
DeviceAddress(DeviceAddress)
An address value returned from AccelerationStructure::device_address.
HostAddress
TODO: Not yet supported
Trait Implementations
sourceimpl Clone for DeviceOrHostAddress
impl Clone for DeviceOrHostAddress
sourcefn clone(&self) -> DeviceOrHostAddress
fn clone(&self) -> DeviceOrHostAddress
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeviceOrHostAddress
impl Debug for DeviceOrHostAddress
sourceimpl From<u64> for DeviceOrHostAddress
impl From<u64> for DeviceOrHostAddress
sourcefn from(device_addr: DeviceAddress) -> Self
fn from(device_addr: DeviceAddress) -> Self
Converts to this type from the input type.
sourceimpl Hash for DeviceOrHostAddress
impl Hash for DeviceOrHostAddress
sourceimpl PartialEq<DeviceOrHostAddress> for DeviceOrHostAddress
impl PartialEq<DeviceOrHostAddress> for DeviceOrHostAddress
sourcefn eq(&self, other: &DeviceOrHostAddress) -> bool
fn eq(&self, other: &DeviceOrHostAddress) -> bool
impl Copy for DeviceOrHostAddress
impl Eq for DeviceOrHostAddress
impl StructuralEq for DeviceOrHostAddress
impl StructuralPartialEq for DeviceOrHostAddress
Auto Trait Implementations
impl RefUnwindSafe for DeviceOrHostAddress
impl Send for DeviceOrHostAddress
impl Sync for DeviceOrHostAddress
impl Unpin for DeviceOrHostAddress
impl UnwindSafe for DeviceOrHostAddress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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