#[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 (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 WGPURequestAdapterWebXROptions
impl Eq for WGPURequestAdapterWebXROptions
Source§impl Ord for WGPURequestAdapterWebXROptions
impl Ord for WGPURequestAdapterWebXROptions
Source§fn cmp(&self, other: &WGPURequestAdapterWebXROptions) -> Ordering
fn cmp(&self, other: &WGPURequestAdapterWebXROptions) -> 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 WGPURequestAdapterWebXROptions
impl PartialOrd for WGPURequestAdapterWebXROptions
impl StructuralPartialEq for WGPURequestAdapterWebXROptions
Auto Trait Implementations§
impl !Send for WGPURequestAdapterWebXROptions
impl !Sync for WGPURequestAdapterWebXROptions
impl Freeze for WGPURequestAdapterWebXROptions
impl RefUnwindSafe for WGPURequestAdapterWebXROptions
impl Unpin for WGPURequestAdapterWebXROptions
impl UnsafeUnpin 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