#[repr(C)]pub struct WGPUAHardwareBufferProperties {
pub yCbCrInfo: WGPUYCbCrVkDescriptor,
}Fields§
§yCbCrInfo: WGPUYCbCrVkDescriptorTrait Implementations§
Source§impl Clone for WGPUAHardwareBufferProperties
impl Clone for WGPUAHardwareBufferProperties
Source§fn clone(&self) -> WGPUAHardwareBufferProperties
fn clone(&self) -> WGPUAHardwareBufferProperties
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 moreimpl Copy for WGPUAHardwareBufferProperties
Auto Trait Implementations§
impl Freeze for WGPUAHardwareBufferProperties
impl RefUnwindSafe for WGPUAHardwareBufferProperties
impl !Send for WGPUAHardwareBufferProperties
impl !Sync for WGPUAHardwareBufferProperties
impl Unpin for WGPUAHardwareBufferProperties
impl UnwindSafe for WGPUAHardwareBufferProperties
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