#[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: StructureTypep_next: *const c_voidmemory: DeviceMemoryhandle_type: ExternalMemoryHandleTypeFlagsImplementations
sourceimpl MemoryGetRemoteAddressInfoNV
impl MemoryGetRemoteAddressInfoNV
pub fn builder<'a>() -> MemoryGetRemoteAddressInfoNVBuilder<'a>
Trait Implementations
sourceimpl Clone for MemoryGetRemoteAddressInfoNV
impl Clone for MemoryGetRemoteAddressInfoNV
sourcefn clone(&self) -> MemoryGetRemoteAddressInfoNV
fn clone(&self) -> MemoryGetRemoteAddressInfoNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MemoryGetRemoteAddressInfoNV
impl Debug for MemoryGetRemoteAddressInfoNV
sourceimpl Default for MemoryGetRemoteAddressInfoNV
impl Default for MemoryGetRemoteAddressInfoNV
sourcefn default() -> MemoryGetRemoteAddressInfoNV
fn default() -> MemoryGetRemoteAddressInfoNV
Returns the “default value” for a type. Read more
impl Copy for MemoryGetRemoteAddressInfoNV
Auto Trait Implementations
impl RefUnwindSafe for MemoryGetRemoteAddressInfoNV
impl !Send for MemoryGetRemoteAddressInfoNV
impl !Sync for MemoryGetRemoteAddressInfoNV
impl Unpin for MemoryGetRemoteAddressInfoNV
impl UnwindSafe for MemoryGetRemoteAddressInfoNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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