#[repr(C)]pub struct TileMemoryBindInfoQCOM {
pub s_type: StructureType,
pub next: *const c_void,
pub memory: DeviceMemory,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§memory: DeviceMemoryTrait Implementations§
Source§impl Cast for TileMemoryBindInfoQCOM
impl Cast for TileMemoryBindInfoQCOM
Source§type Target = TileMemoryBindInfoQCOM
type Target = TileMemoryBindInfoQCOM
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for TileMemoryBindInfoQCOM
impl Clone for TileMemoryBindInfoQCOM
Source§fn clone(&self) -> TileMemoryBindInfoQCOM
fn clone(&self) -> TileMemoryBindInfoQCOM
Returns a duplicate 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 TileMemoryBindInfoQCOM
impl Debug for TileMemoryBindInfoQCOM
Source§impl Default for TileMemoryBindInfoQCOM
impl Default for TileMemoryBindInfoQCOM
Source§fn default() -> TileMemoryBindInfoQCOM
fn default() -> TileMemoryBindInfoQCOM
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for TileMemoryBindInfoQCOM
impl HasBuilder<'static> for TileMemoryBindInfoQCOM
Source§impl Hash for TileMemoryBindInfoQCOM
impl Hash for TileMemoryBindInfoQCOM
Source§impl PartialEq for TileMemoryBindInfoQCOM
impl PartialEq for TileMemoryBindInfoQCOM
impl Copy for TileMemoryBindInfoQCOM
impl Eq for TileMemoryBindInfoQCOM
impl ExtendsCommandBufferInheritanceInfo for TileMemoryBindInfoQCOM
impl Send for TileMemoryBindInfoQCOM
impl StructuralPartialEq for TileMemoryBindInfoQCOM
impl Sync for TileMemoryBindInfoQCOM
Auto Trait Implementations§
impl Freeze for TileMemoryBindInfoQCOM
impl RefUnwindSafe for TileMemoryBindInfoQCOM
impl Unpin for TileMemoryBindInfoQCOM
impl UnwindSafe for TileMemoryBindInfoQCOM
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