#[repr(C)]pub struct MemoryOpaqueCaptureAddressAllocateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub opaque_capture_address: u64,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidopaque_capture_address: u64Implementations
sourceimpl MemoryOpaqueCaptureAddressAllocateInfo
impl MemoryOpaqueCaptureAddressAllocateInfo
pub fn builder<'a>() -> MemoryOpaqueCaptureAddressAllocateInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for MemoryOpaqueCaptureAddressAllocateInfo
impl Clone for MemoryOpaqueCaptureAddressAllocateInfo
sourcefn clone(&self) -> MemoryOpaqueCaptureAddressAllocateInfo
fn clone(&self) -> MemoryOpaqueCaptureAddressAllocateInfo
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 Default for MemoryOpaqueCaptureAddressAllocateInfo
impl Default for MemoryOpaqueCaptureAddressAllocateInfo
sourcefn default() -> MemoryOpaqueCaptureAddressAllocateInfo
fn default() -> MemoryOpaqueCaptureAddressAllocateInfo
Returns the “default value” for a type. Read more
impl Copy for MemoryOpaqueCaptureAddressAllocateInfo
impl ExtendsMemoryAllocateInfo for MemoryOpaqueCaptureAddressAllocateInfo
Auto Trait Implementations
impl RefUnwindSafe for MemoryOpaqueCaptureAddressAllocateInfo
impl !Send for MemoryOpaqueCaptureAddressAllocateInfo
impl !Sync for MemoryOpaqueCaptureAddressAllocateInfo
impl Unpin for MemoryOpaqueCaptureAddressAllocateInfo
impl UnwindSafe for MemoryOpaqueCaptureAddressAllocateInfo
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