#[repr(C)]pub struct WGPURequestAdapterWebXROptions {
pub chain: WGPUChainedStruct,
pub xrCompatible: WGPUBool,
}Fields§
§chain: WGPUChainedStruct§xrCompatible: WGPUBoolTrait Implementations§
Source§impl Clone for WGPURequestAdapterWebXROptions
impl Clone for WGPURequestAdapterWebXROptions
Source§fn clone(&self) -> WGPURequestAdapterWebXROptions
fn clone(&self) -> WGPURequestAdapterWebXROptions
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 Ord for WGPURequestAdapterWebXROptions
impl Ord for WGPURequestAdapterWebXROptions
Source§fn cmp(&self, other: &WGPURequestAdapterWebXROptions) -> Ordering
fn cmp(&self, other: &WGPURequestAdapterWebXROptions) -> 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 WGPURequestAdapterWebXROptions
impl PartialEq for WGPURequestAdapterWebXROptions
Source§fn eq(&self, other: &WGPURequestAdapterWebXROptions) -> bool
fn eq(&self, other: &WGPURequestAdapterWebXROptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPURequestAdapterWebXROptions
impl PartialOrd for WGPURequestAdapterWebXROptions
impl Copy for WGPURequestAdapterWebXROptions
impl Eq for WGPURequestAdapterWebXROptions
impl StructuralPartialEq for WGPURequestAdapterWebXROptions
Auto Trait Implementations§
impl Freeze for WGPURequestAdapterWebXROptions
impl RefUnwindSafe for WGPURequestAdapterWebXROptions
impl !Send for WGPURequestAdapterWebXROptions
impl !Sync for WGPURequestAdapterWebXROptions
impl Unpin for WGPURequestAdapterWebXROptions
impl UnwindSafe for WGPURequestAdapterWebXROptions
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