#[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 copy 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 moreimpl Copy 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