Enum webxr_api::layer::LayerLayout
source · pub enum LayerLayout {
Mono,
StereoLeftRight,
StereoTopBottom,
}
Expand description
https://immersive-web.github.io/layers/#enumdef-xrlayerlayout
Variants§
Trait Implementations§
source§impl Clone for LayerLayout
impl Clone for LayerLayout
source§fn clone(&self) -> LayerLayout
fn clone(&self) -> LayerLayout
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 moresource§impl Debug for LayerLayout
impl Debug for LayerLayout
source§impl<'de> Deserialize<'de> for LayerLayout
impl<'de> Deserialize<'de> for LayerLayout
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for LayerLayout
impl Serialize for LayerLayout
impl Copy for LayerLayout
Auto Trait Implementations§
impl Freeze for LayerLayout
impl RefUnwindSafe for LayerLayout
impl Send for LayerLayout
impl Sync for LayerLayout
impl Unpin for LayerLayout
impl UnwindSafe for LayerLayout
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