Struct ash::vk::NativeBufferUsage2ANDROID
source · #[repr(C)]pub struct NativeBufferUsage2ANDROID {
pub consumer: u64,
pub producer: u64,
}
Expand description
Fields§
§consumer: u64
§producer: u64
Implementations§
source§impl NativeBufferUsage2ANDROID
impl NativeBufferUsage2ANDROID
pub fn builder<'a>() -> NativeBufferUsage2ANDROIDBuilder<'a>
Trait Implementations§
source§impl Clone for NativeBufferUsage2ANDROID
impl Clone for NativeBufferUsage2ANDROID
source§fn clone(&self) -> NativeBufferUsage2ANDROID
fn clone(&self) -> NativeBufferUsage2ANDROID
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 Debug for NativeBufferUsage2ANDROID
impl Debug for NativeBufferUsage2ANDROID
source§impl Default for NativeBufferUsage2ANDROID
impl Default for NativeBufferUsage2ANDROID
source§fn default() -> NativeBufferUsage2ANDROID
fn default() -> NativeBufferUsage2ANDROID
Returns the “default value” for a type. Read more
impl Copy for NativeBufferUsage2ANDROID
Auto Trait Implementations§
impl Freeze for NativeBufferUsage2ANDROID
impl RefUnwindSafe for NativeBufferUsage2ANDROID
impl Send for NativeBufferUsage2ANDROID
impl Sync for NativeBufferUsage2ANDROID
impl Unpin for NativeBufferUsage2ANDROID
impl UnwindSafe for NativeBufferUsage2ANDROID
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