#[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 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 Hash for WGPUAHardwareBufferProperties
impl Hash for WGPUAHardwareBufferProperties
Source§impl Ord for WGPUAHardwareBufferProperties
impl Ord for WGPUAHardwareBufferProperties
Source§fn cmp(&self, other: &WGPUAHardwareBufferProperties) -> Ordering
fn cmp(&self, other: &WGPUAHardwareBufferProperties) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUAHardwareBufferProperties
impl PartialEq for WGPUAHardwareBufferProperties
Source§fn eq(&self, other: &WGPUAHardwareBufferProperties) -> bool
fn eq(&self, other: &WGPUAHardwareBufferProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUAHardwareBufferProperties
impl PartialOrd for WGPUAHardwareBufferProperties
impl Copy for WGPUAHardwareBufferProperties
impl Eq for WGPUAHardwareBufferProperties
impl StructuralPartialEq 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