#[repr(C)]pub struct WGPUSharedTextureMemoryZirconHandleDescriptor {
pub chain: WGPUChainedStruct,
pub memoryFD: u32,
pub allocationSize: u64,
}Fields§
§chain: WGPUChainedStruct§memoryFD: u32§allocationSize: u64Trait Implementations§
Source§fn clone(&self) -> WGPUSharedTextureMemoryZirconHandleDescriptor
fn clone(&self) -> WGPUSharedTextureMemoryZirconHandleDescriptor
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 moreSource§fn cmp(&self, other: &WGPUSharedTextureMemoryZirconHandleDescriptor) -> Ordering
fn cmp(&self, other: &WGPUSharedTextureMemoryZirconHandleDescriptor) -> 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§fn partial_cmp(
&self,
other: &WGPUSharedTextureMemoryZirconHandleDescriptor,
) -> Option<Ordering>
fn partial_cmp( &self, other: &WGPUSharedTextureMemoryZirconHandleDescriptor, ) -> Option<Ordering>
Auto Trait Implementations§
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