Struct ash::vk::MemoryGetRemoteAddressInfoNV
source · #[repr(C)]pub struct MemoryGetRemoteAddressInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub memory: DeviceMemory,
pub handle_type: ExternalMemoryHandleTypeFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§memory: DeviceMemory
§handle_type: ExternalMemoryHandleTypeFlags
Implementations§
source§impl MemoryGetRemoteAddressInfoNV
impl MemoryGetRemoteAddressInfoNV
pub fn builder<'a>() -> MemoryGetRemoteAddressInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for MemoryGetRemoteAddressInfoNV
impl Clone for MemoryGetRemoteAddressInfoNV
source§fn clone(&self) -> MemoryGetRemoteAddressInfoNV
fn clone(&self) -> MemoryGetRemoteAddressInfoNV
Returns a copy 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 MemoryGetRemoteAddressInfoNV
impl Debug for MemoryGetRemoteAddressInfoNV
source§impl TaggedStructure for MemoryGetRemoteAddressInfoNV
impl TaggedStructure for MemoryGetRemoteAddressInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::MEMORY_GET_REMOTE_ADDRESS_INFO_NV
impl Copy for MemoryGetRemoteAddressInfoNV
Auto Trait Implementations§
impl Freeze for MemoryGetRemoteAddressInfoNV
impl RefUnwindSafe for MemoryGetRemoteAddressInfoNV
impl !Send for MemoryGetRemoteAddressInfoNV
impl !Sync for MemoryGetRemoteAddressInfoNV
impl Unpin for MemoryGetRemoteAddressInfoNV
impl UnwindSafe for MemoryGetRemoteAddressInfoNV
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