#[repr(C)]pub struct MemoryGetRemoteAddressInfoNV {
pub sType: StructureType,
pub pNext: *const c_void,
pub memory: DeviceMemory,
pub handleType: ExternalMemoryHandleTypeFlagBits,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§memory: DeviceMemory
§handleType: ExternalMemoryHandleTypeFlagBits
Trait Implementations§
Source§impl Clone for MemoryGetRemoteAddressInfoNV
impl Clone for MemoryGetRemoteAddressInfoNV
Source§fn clone(&self) -> MemoryGetRemoteAddressInfoNV
fn clone(&self) -> MemoryGetRemoteAddressInfoNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl 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