#[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 (const: unstable) · 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
impl Eq for WGPUAHardwareBufferProperties
Source§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 (const: unstable) · 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 PartialOrd for WGPUAHardwareBufferProperties
impl PartialOrd for WGPUAHardwareBufferProperties
impl StructuralPartialEq for WGPUAHardwareBufferProperties
Auto Trait Implementations§
impl !Send for WGPUAHardwareBufferProperties
impl !Sync for WGPUAHardwareBufferProperties
impl Freeze for WGPUAHardwareBufferProperties
impl RefUnwindSafe for WGPUAHardwareBufferProperties
impl Unpin for WGPUAHardwareBufferProperties
impl UnsafeUnpin 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