Enum webxr_api::CubeBottom
source · pub enum CubeBottom {}
Expand description
The coordinate space of the bottom frustrum of a cubemap
Trait Implementations§
source§impl Clone for CubeBottom
impl Clone for CubeBottom
source§fn clone(&self) -> CubeBottom
fn clone(&self) -> CubeBottom
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 CubeBottom
impl Debug for CubeBottom
source§impl<'de> Deserialize<'de> for CubeBottom
impl<'de> Deserialize<'de> for CubeBottom
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 CubeBottom
impl Serialize for CubeBottom
impl Copy for CubeBottom
Auto Trait Implementations§
impl Freeze for CubeBottom
impl RefUnwindSafe for CubeBottom
impl Send for CubeBottom
impl Sync for CubeBottom
impl Unpin for CubeBottom
impl UnwindSafe for CubeBottom
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