#[repr(C)]pub struct MemoryGetRemoteAddressInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub memory: DeviceMemory,
pub handle_type: ExternalMemoryHandleTypeFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidmemory: DeviceMemoryhandle_type: ExternalMemoryHandleTypeFlagsTrait 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 !Send for MemoryGetRemoteAddressInfoNV
impl !Sync for MemoryGetRemoteAddressInfoNV
impl Unpin for MemoryGetRemoteAddressInfoNV
impl UnwindSafe for MemoryGetRemoteAddressInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more