#[repr(C)]pub struct TileMemorySizeInfoQCOM {
pub s_type: StructureType,
pub next: *const c_void,
pub size: DeviceSize,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§size: DeviceSizeTrait Implementations§
Source§impl Clone for TileMemorySizeInfoQCOM
impl Clone for TileMemorySizeInfoQCOM
Source§fn clone(&self) -> TileMemorySizeInfoQCOM
fn clone(&self) -> TileMemorySizeInfoQCOM
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 TileMemorySizeInfoQCOM
impl Debug for TileMemorySizeInfoQCOM
Source§impl Default for TileMemorySizeInfoQCOM
impl Default for TileMemorySizeInfoQCOM
Source§impl Hash for TileMemorySizeInfoQCOM
impl Hash for TileMemorySizeInfoQCOM
Source§impl PartialEq for TileMemorySizeInfoQCOM
impl PartialEq for TileMemorySizeInfoQCOM
impl Copy for TileMemorySizeInfoQCOM
impl Eq for TileMemorySizeInfoQCOM
impl Send for TileMemorySizeInfoQCOM
impl StructuralPartialEq for TileMemorySizeInfoQCOM
impl Sync for TileMemorySizeInfoQCOM
Auto Trait Implementations§
impl Freeze for TileMemorySizeInfoQCOM
impl RefUnwindSafe for TileMemorySizeInfoQCOM
impl Unpin for TileMemorySizeInfoQCOM
impl UnwindSafe for TileMemorySizeInfoQCOM
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