Struct ash::vk::AndroidHardwareBufferPropertiesANDROID
source · #[repr(C)]pub struct AndroidHardwareBufferPropertiesANDROID {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub allocation_size: DeviceSize,
pub memory_type_bits: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§allocation_size: DeviceSize
§memory_type_bits: u32
Implementations§
source§impl AndroidHardwareBufferPropertiesANDROID
impl AndroidHardwareBufferPropertiesANDROID
pub fn builder<'a>() -> AndroidHardwareBufferPropertiesANDROIDBuilder<'a>
Trait Implementations§
source§impl Clone for AndroidHardwareBufferPropertiesANDROID
impl Clone for AndroidHardwareBufferPropertiesANDROID
source§fn clone(&self) -> AndroidHardwareBufferPropertiesANDROID
fn clone(&self) -> AndroidHardwareBufferPropertiesANDROID
Returns a copy 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 TaggedStructure for AndroidHardwareBufferPropertiesANDROID
impl TaggedStructure for AndroidHardwareBufferPropertiesANDROID
const STRUCTURE_TYPE: StructureType = StructureType::ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID
impl Copy for AndroidHardwareBufferPropertiesANDROID
Auto Trait Implementations§
impl Freeze for AndroidHardwareBufferPropertiesANDROID
impl RefUnwindSafe for AndroidHardwareBufferPropertiesANDROID
impl !Send for AndroidHardwareBufferPropertiesANDROID
impl !Sync for AndroidHardwareBufferPropertiesANDROID
impl Unpin for AndroidHardwareBufferPropertiesANDROID
impl UnwindSafe for AndroidHardwareBufferPropertiesANDROID
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