Struct vulkanalia_sys::BufferDeviceAddressInfo
source · [−]#[repr(C)]pub struct BufferDeviceAddressInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub buffer: Buffer,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidbuffer: BufferTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BufferDeviceAddressInfo
impl !Send for BufferDeviceAddressInfo
impl !Sync for BufferDeviceAddressInfo
impl Unpin for BufferDeviceAddressInfo
impl UnwindSafe for BufferDeviceAddressInfo
Blanket Implementations
Mutably borrows from an owned value. Read more